* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
    font-size: 17px;
    line-height: 1.65;
}

.container {
    width: 1180px;
    max-width: 92%;
    margin: 0 auto;
}

.top-logos {
    height: 92px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
}

.top-logos .inner {
    width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eu-logo {
    height: 58px;
    width: auto;
}

.fish-logo {
    height: 58px;
    width: auto;
}

.nav-bar {
    height: 90px;
    background: #eef8f6;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    position: relative;
    z-index: 5;
}

.nav-inner {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.top-menu {
    display: flex;
    gap: 28px;
    align-items: center;
}

.top-menu a {
    color: #253b32;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.top-menu a:hover {
    color: #2f7d45;
}

.booking-fixed {
    position: fixed;
    left: 0;
    top: 165px;
    z-index: 20;
    background: #245da8;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 0 7px 7px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.hero {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* GŁÓWNA CZĘŚĆ STRONY */
.main {
    padding: 42px 0 45px;
}

.main-grid {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 36px;
    align-items: start;
}

/* LEWE MENU */
.side-menu {
    padding-top: 0;
}

.side-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    min-height: 125px;
    border-bottom: 2px solid #64a04b;
    text-decoration: none;
    color: #2d6338;
    padding: 8px 0;
}

.side-item:first-child {
    border-top: 0;
}

.side-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.side-item span {
    text-align: right;
    font-size: 17px;
    padding-right: 14px;
}

.side-item:hover span {
    font-weight: 700;
}

/* TREŚĆ */
.content {
    max-width: 780px;
}

.content h1 {
    font-size: 30px;
    letter-spacing: .5px;
    color: #267241;
    text-transform: uppercase;
    border-top: 2px solid #64a04b;
    margin: 0 0 28px;
    padding-top: 18px;
    line-height: 1.2;
}

.content p {
    margin: 0 0 22px;
    text-align: justify;
}

.content strong {
    font-weight: 700;
}

.content ul {
    margin: 6px 0 0 24px;
    padding-left: 18px;
}

/* BANER DOLNY */
.lower-banner {
    height: 185px;
    position: relative;
    overflow: hidden;
    background: #123;
    margin-top: 5px;
}

.lower-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lower-caption {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.65);
    font-size: 30px;
}

.lower-caption small {
    font-size: 13px;
    margin-top: 4px;
}

/* IKONY UDOGODNIEŃ */
.features {
    padding: 48px 0 58px;
    background: #fff;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 74px 120px;
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}

.feature {
    color: #173f26;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.35;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 105px;
}

.feature .ico {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 15px;
    color: #1b5735;
}

.feature svg {
    width: 44px;
    height: 44px;
    display: block;
    fill: currentColor;
    stroke: #b58d2e;
    stroke-width: 1.6;
    paint-order: stroke fill;
    overflow: visible;
}

.feature svg .accent {
    fill: none;
    stroke: #b58d2e;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature svg .white {
    fill: #fff;
    stroke: #173f26;
    stroke-width: 1.2;
}

.feature strong {
    font-size: 20px;
    font-weight: 700;
    color: #173f26;
}

/* STOPKA */
.footer {
    background: #143421;
    color: #eaf1ed;
    padding: 48px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    max-width: 900px;
    margin: 0 auto;
}

.footer h3 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 18px;
}

.footer p,
.footer a {
    font-size: 12px;
    color: #dfe8e3;
    text-decoration: none;
    margin: 0 0 11px;
    display: block;
}

.footer-bottom {
    max-width: 900px;
    margin: 30px auto 0;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 18px;
    font-size: 11px;
    color: #eaf1ed;
}

/* PODSTRONY */
.page-hero {
    height: 210px;
    background: url('../images/tlo2.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.6);
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.subpage {
    padding: 55px 0 70px;
}

.text-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 55px;
}

.text-grid img {
    width: 260px;
    height: auto;
}

.apart-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.card {
    border: 1px solid #e8e8e8;
    padding: 22px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.contact-box {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.contact-box h2 {
    color: #267241;
}

.contact-box p {
    text-align: center;
    font-size: 18px;
}

/* MOBILE */
@media (max-width: 800px) {
    body {
        font-size: 16px;
    }

    .top-logos {
        height: auto;
        padding: 12px 0;
    }

    .top-logos .inner {
        gap: 20px;
    }

    .fish-logo {
        height: 42px;
    }

    .eu-logo {
        height: 45px;
    }

    .nav-bar,
    .nav-inner {
        height: auto;
    }

    .nav-inner {
        padding: 12px 0;
        gap: 18px;
    }

    .top-menu {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .hero {
        height: 260px;
    }

    .main-grid,
    .text-grid {
        grid-template-columns: 1fr;
    }

    .side-item {
        grid-template-columns: 100px 1fr;
        min-height: 105px;
    }

    .side-item img {
        width: 92px;
        height: 92px;
    }

    .side-item span {
        text-align: left;
        font-size: 16px;
    }

    .content {
        max-width: 100%;
    }

    .feature-grid,
    .footer-grid,
    .apart-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        gap: 34px;
    }

    .feature {
        font-size: 18px;
    }

    .footer-grid {
        gap: 22px;
    }
}
/* 🔥 WIĘKSZE IKONY MENU (ok. +30%) */
.side-item {
    grid-template-columns: 170px 1fr;
    min-height: 150px;
}

.side-item img {
    width: 150px;
    height: 150px;
}

/* 🔥 WIĘKSZE ODSTĘPY – żeby się nie ściskało */
.main-grid {
    grid-template-columns: 380px 1fr;
    gap: 50px;
}

/* 🔥 LEKKIE DOSUNIĘCIE TEKSTU */
.content {
    max-width: 820px;
}

/* 🔥 TEKST MENU – trochę większy żeby pasował */
.side-item span {
    font-size: 18px;
    padding-right: 18px;
}