/* --- ARCHITECT AESTHETIC ADJUSTMENTS - TOTAL FLUID VERSION --- */

/* 1. Menu - "nie takie grube" */
.nav__link, .header .nav__link {
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

/* 2. Cennik - dopisek "= 3 wiz." */
.viz-highlight {
    display: block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 5px;
    text-transform: none;
}

/* 3. Przyciski "WIĘCEJ" - styl biały */
.button, .portfolio-button > a {
    border: 1px solid #D8D6CB !important;
    background: transparent !important;
    color: #D8D6CB !important;
    font-weight: 400 !important;
}

/* 4. Subtelny rytm w krokach współpracy */
section.whatDoWeCreateSecondSection.bg-dark { background-color: #1a1a1a !important; }
section.whatDoWeCreateThirdSection.bg-light { background-color: #222222 !important; }

/* 5. TOTAL FLUID GRID (Wszystko na szerokość "O nas") */
@media (min-width: 1201px) {
    /* Usuwamy WSZYSTKIE limity max-width (1400px, 1600px itp.) */
    .secondSection__firstContainer,
    .fourthSection__firstContainer,
    .fifthSection__firstContainer,
    .seventhSection__firstContainer,
    .eighthSection__firstContainer,
    .ninthSection__firstContainer,
    .contactFirstSection,
    .about-company-heading-title,
    .secondSection__secondContainer,
    .secondSection__thirdContainer,
    .secondSection__fourthContainer,
    .whatDoWeCreateFirstSection,
    .whatDoWeCreateThirdSection,
    .whatDoWeCreateSecondSection-bg {
        max-width: none !important; /* BRAK LIMITU - rozciągamy do brzegów */
        width: 100% !important;
        padding-left: 80px !important; /* Margines wzorcowy z "O nas" */
        padding-right: 80px !important;
        margin: 0 !important; /* Wyrównanie do lewej i prawej krawędzi */
    }
    
    /* Nagłówki - tylko tekst ma mieć 80px, linie ozdobne mają lecieć dalej */
    h2 { overflow: visible !important; }
}

.button-dark {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.button-dark span {
    color: #fff !important;
}

.button-dark:hover {
    background: #333 !important;
    border-color: #333 !important;
}
