.hero {
    min-height: calc(100vh - 120px);
    background: url("/assets/splash-cmyk-78fbf52a.jpg") center / cover no-repeat;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 180px;
    /* wysokość białego pasa */
    background: rgba(255, 255, 255, 0.75);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-weight: 700;
    letter-spacing: 2px;
}

/* INTRO */

.np-intro {
    padding: 120px 0 80px;
    background: #fff;
}

.np-logo img {
    max-width: 320px;
}

.np-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.np-subtitle {
    font-size: 18px;
    color: #555;
}


/* SERVICE BLOCK */

.np-service {
    padding: 100px 0;
    background: #fafafa;
}

.np-service-image {
    border-radius: 4px;
}

.np-service-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.np-service-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.np-drop {
    font-size: 28px;
    color: #f2d200;
}

.np-service p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 14px;
}


/* BUTTON */

.np-button {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 18px;
    border: 2px solid #999;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.np-drop-icon {
    width: 28px;
    height: auto;
    position: relative;
    top: -2px;
}

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

.np-about {
    position: relative;
    padding: 140px 0 180px;
    background: #fff;
    overflow: hidden;
}

.np-about-inner {
    position: relative;
    z-index: 2;
}

/* LOGO */

.np-about-logo img {
    max-width: 260px;
    margin-bottom: 32px;
}

/* CONTENT */

.np-about-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 24px;
}

.np-about p {
    font-size: 16px;
    line-height: 1.75;
    color: #111;
    margin-bottom: 18px;
}

.np-about-highlight {
    font-weight: 600;
    margin-top: 28px;
}

/* SPLASH – POD TEKSTEM */

.np-about-splash {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

.np-about-splash img {
    width: 520px;
    max-width: none;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-about {
        padding: 100px 0 120px;
    }

    .np-about-splash {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 40px;
        text-align: center;
    }

    .np-about-splash img {
        width: 100%;
        max-width: 360px;
    }
}

.np-transfer {
    background: #fff;
}

/* INTRO BLOCK */

.np-transfer-intro {
    background: #ececec;
    padding: 60px 0;
    position: relative;
}

.np-transfer-intro h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.np-transfer-intro p {
    max-width: 920px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #111;
}

/* LEFT BAR */

.np-transfer-bar {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.np-transfer-bar img {
    height: 120px;
}

/* CONTENT */

.np-transfer-content {
    padding: 100px 0;
}

.np-transfer-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 80px;
}

/* GRID */

.np-transfer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

/* ITEM */

.np-transfer-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.np-transfer-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 12px;
}

.np-transfer-item p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto 32px;
}

/* DROP */

.np-drop {
    width: 32px;
    margin-bottom: 8px;
}

/* CIRCLE IMAGE */

.np-circle {
    margin-top: auto;
    width: 260px;
    max-width: 100%;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-transfer-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .np-transfer-bar {
        display: none;
    }
}

.np-design {
    padding: 120px 0;
    background: #fff;
}

.np-design-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* TEXT */

.np-design-content h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
}

.np-design-content h2 span {
    font-weight: 400;
}

.np-design-lead {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 560px;
}

.np-design-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.np-design-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.np-design-list img {
    width: 20px;
    margin-top: 2px;
}

.np-design-note {
    font-size: 15px;
    margin: 32px 0 48px;
}

/* SECOND HEADER */

.np-design-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

.np-design-content h3 span {
    font-weight: 400;
}

/* LINKS */

.np-design-links {
    font-size: 15px;
}

.np-link {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 4px;
    border: 1px solid #aaa;
    border-radius: 4px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    transition: all 0.2s ease;
}

.np-link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* IMAGE */

.np-design-image img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-design-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .np-design-image {
        order: -1;
    }

    .np-design-content h2 {
        font-size: 28px;
    }

    .np-design-content h3 {
        font-size: 24px;
    }
}

.np-gallery {
    padding: 120px 0 140px;
    background: #fff;
}

/* GRID */

.np-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 64px;
}

/* IMAGES */

.np-gallery-img {
    width: 100%;
    aspect-ratio: 3 / 5;
    /* wysoki kadr jak na screenie */
    object-fit: cover;
    display: block;
}

/* CAPTION */

.np-gallery-caption {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .np-gallery-caption {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .np-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* BENEFITS SECTION */

.np-benefits {
    padding: 120px 0;
    background: url("/assets/benefits-bg-b86bfe7c.jpg") center / cover no-repeat;
}

/* GRID */

.np-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
}

/* ITEM */

.np-benefit {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ICON */

.np-benefit-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
}

/* TITLE */

.np-benefit h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

/* TEXT */

.np-benefit p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 280px;
    margin-bottom: 16px;
}

/* CERT */

.np-cert {
    width: 120px;
    margin-top: auto;
    /* 🔑 RÓWNA LINIA IKON */
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}

@media (max-width: 575px) {
    .np-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* FOOTER */

.np-footer {
    position: relative;
    background: url("/assets/splash-943144ae.png") right / contain no-repeat;
    padding-top: 100px;
}

/* INNER */

.np-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 80px;
    position: relative;
    z-index: 2;
}

/* LOGO */

.np-footer-logo img {
    max-width: 220px;
    margin-bottom: 28px;
}

/* TEXT */

.np-footer-about p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #111;
}

/* HEADERS */

.np-footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* MENU */

.np-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-footer-menu li {
    margin-bottom: 10px;
}

.np-footer-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #111;
    transition: color 0.2s ease;
}

.np-footer-menu a:hover {
    color: #000;
    text-decoration: underline;
}

/* ADDRESS */

.np-footer address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
}

/* SPLASH BACKGROUND */

/* BOTTOM BLACK BAR */

.np-footer-bottom {
    height: 80px;
    background: #000;
    margin-top: 240px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .np-footer-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .np-footer-splash {
        height: 180px;
    }

    .np-footer-bottom {
        margin-top: 160px;
    }
}

@media (min-width: 768px) {
    .hero {
        background-attachment: fixed;
    }

    .np-benefits {
        background-attachment: fixed;
    }
}


/* Galeria na home */

@media (max-width: 991px) {
    .np-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .np-gallery-img:nth-child(4) {
        display: none;
    }

    .np-gallery-caption {
        font-size: 18px;
    }

    .np-gallery {
        padding: 30px;
    }

    .np-design {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .np-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .np-gallery-img {
        flex: 0 0 90%;
    }
}