* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    text-align: center;
    margin-inline: 30px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: oklab(0.298136 0.00109468 -0.00903396);
    color: #c6c9d0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


h1,
h2 {
    color: #e2e4e9;
    line-height: 1.2;
    text-wrap: balance;
}

h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.035em;
}

h2 {
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

p,
li {
    color: #b9bdc6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

p {
    max-width: 900px;
    margin-inline: auto;
    color: #c6c9d0;
    text-wrap: pretty;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.8;
}

main {
    flex: 1;
}

.hejka {
    text-align: center;
}

.hejka-img {
    height: 100%;
    image-rendering: pixelated;
    margin-top: 30px;
}

.lewo, .prawo {
    width: calc(100% / 2);
    aspect-ratio: 3 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lewo h1, .lewo h2 {
    padding-inline: 50px;
}

.lewo h2 {
    margin-top: 10px;
}

.halo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cmd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 150px;
    align-items: center;
}

.cmd img {
    width: 30%;
    margin-inline: 30px;
    border-radius: 10px;
    border: 5px solid oklab(26.611% 0.00202 -0.00712);
}

.tel {
    display: none;
}

a[href] {
    color: #3498DB;
    text-decoration: none;
}

.superpasek {
    display: block;
    margin: 3rem auto;
}

span {
    color: #3498DB
}

.h2-cmds {
    margin-bottom: 15px;
}

@media (max-width: 700px) {

    .hejka {
        margin-top: 3%;
    }

    .hejka-img {
        margin-top: 5px;
    }

    .lewo {
        width: 90%;
        aspect-ratio: 2 / 1;
    }

    .prawo {
        width: 75%;
        aspect-ratio: 2 / 1;
    }

    .halo {
        display: flex;
        flex-direction: column;
    }

    .superpasek {
        width: 69%;
        margin: 1.5rem auto;
    }

    .cmd {
        flex-direction: column;
    }

    .cmd img {
        width: 80%;
        margin-top: 10px;
    }

    .cmd h3 {
        margin-top: 10px;
    }

    .pc {
        display: none;
    }

    .tel {
        display: block;
    }

    p { 
        margin-inline: 10px;
    }
}
