/* ===========================
   RESET
=========================== */

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#0b214d;
    color:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    max-width:100%;
    display:block;
}


/* ===========================
   NAVBAR
=========================== */


.subpage-navbar{
    width:100%;
    height:110px;

    background:#0f2c66;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 70px;

    position:static;
    top:0;
    left:0;

    z-index:1000;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;

    font-size:38px;
    font-weight:800;
    font-style:italic;

    transition:.3s;
      text-shadow: 0 3px 12px rgba(0,0,0,.25);
}

.logo:hover{
    text-shadow:0 0 18px #0095ff;
}

.logo span{
    color:#fff;
}

.logo strong{
    color:#1d9cff;
    
}

.logo-text{
    position:relative;
    padding-bottom:10px;
}

.logo-wave{
    width:100%;
    height:4px;
    margin-top:10px;
    border-radius:20px;

    background:linear-gradient(
        90deg,
        transparent,
        #29a3ff,
        #6bd5ff,
        #29a3ff,
        transparent
    );
}


/* =========================================
   FALKI
========================================= */

.logo-mark{
    position:relative;
    width:58px;
    height:45px;
     transform:scale(1.20);
}

.logo-mark span{
    position:absolute;

    display:block;

    height:5px;

    background:#1d9cff;

    border-radius:20px;

    transform:rotate(-25deg);
}

.logo-mark span:nth-child(1){
    width:42px;
    top:8px;
    left:4px;
}

.logo-mark span:nth-child(2){
    width:34px;
    top:20px;
    left:14px;
}

.logo-mark span:nth-child(3){
    width:24px;
    top:31px;
    left:23px;
}


/* ===========================
   PRZYCISK
=========================== */

.home-btn{

    display:flex;
    align-items:center;
    gap:10px;

    padding:15px 30px;

    border:2px solid #1696ff;
    border-radius:40px;

    font-size:20px;
    font-weight:600;

    transition:.35s;
}

.home-btn:hover{

    background:#1696ff;

    transform:translateY(-3px);

    box-shadow:0 0 25px rgba(22,150,255,.45);

}


/* ===========================
   HERO
=========================== */

.hero-wulkan{

    position:relative;

    height:95vh;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    background:url(images/wulkan.jpg) center center/cover no-repeat;
}

.hero-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(7,28,74,.60),
        rgba(7,28,74,.82)
    );

}

.hero-content{

    position:relative;
    z-index:2;

    animation:fadeUp 1s ease;
}

.hero-content h1{

    font-size:clamp(55px,8vw,100px);

    font-weight:800;

    letter-spacing:3px;
}

.hero-content p{

    margin-top:20px;

    font-size:28px;

    color:#d8e9ff;
}


/* ===========================
   O NAS
=========================== */

.about{

    width:min(1300px,90%);

    margin:120px auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;
}

.about-left img{

    width:100%;

    border-radius:25px;

    box-shadow:0 15px 45px rgba(0,0,0,.35);
}

.section-small{

    color:#1696ff;

    font-weight:700;

    letter-spacing:3px;
}

.about-right h2{

    font-size:48px;

    margin:20px 0;
}

.about-right>p{

    font-size:19px;

    line-height:1.8;

    color:#d9e8ff;

    margin-bottom:45px;
}


/* ===========================
   KAFELKI
=========================== */

.about-cards{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

.about-card{

    background:#15458c;

    padding:30px;

    border-radius:20px;

    text-align:center;

    transition:.35s;

}

.about-card:hover{

    transform:translateY(-10px);

    background:#1b5cb9;

}

.about-card i{

    font-size:46px;

    color:#1da1ff;

    margin-bottom:18px;

}

.about-card h3{

    color:white;

    margin-bottom:12px;

    font-size:24px;

}

.about-card p{

    color:#ddd;

    line-height:1.6;

}


/* ===========================
   JAK WYGLĄDA USŁUGA
=========================== */

.steps{

    padding:120px 0;

}

.steps h2{

    text-align:center;

    font-size:55px;

    margin-bottom:70px;

}

.steps-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

    padding:0 30px;

}

.step{

    background:#15458c;

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.35s;

}

.step:hover{

    transform:translateY(-10px);

    background:#1b5cb9;

}

.number{

    width:70px;

    height:70px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#1da1ff;

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    font-size:30px;

    font-weight:700;

}

.step h3{

    margin-bottom:15px;

    color:white;

    font-size:24px;

}

.step p{

    color:#ddd;

    line-height:1.6;

}


/* ===========================
   DLACZEGO MY
=========================== */

.why{

    max-width:1300px;

    margin:120px auto;

    padding:0 30px;

}

.why h2{

    text-align:center;

    font-size:55px;

    margin-bottom:60px;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.why-box{

    background:#15458c;

    border-radius:20px;

    padding:45px;

    text-align:center;

    transition:.35s;

}

.why-box:hover{

    transform:translateY(-10px);

    background:#1b5cb9;

}

.why-box i{

    font-size:52px;

    color:#1da1ff;

    margin-bottom:25px;

}

.why-box h3{

    color:white;

    font-size:24px;

}

.why-box p{

    color:#ddd;

    margin-top:12px;

    line-height:1.6;

}


/* ===========================
   KONTAKT
=========================== */

.contact-dmuchance{

    max-width:900px;
    margin:120px auto;
    padding:70px 40px;

    background:#15458c;

    border-radius:25px;

    text-align:center;

}

.contact-dmuchance h2{

    font-size:50px;
    margin-bottom:15px;

}

.contact-dmuchance p{

    color:#ddd;
    font-size:20px;
    margin-bottom:40px;

}

.contact-buttons{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;

}

.contact-buttons a{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:220px;
    height:60px;

    background:#1d9cff;
    color:#fff;

    border-radius:12px;

    font-size:18px;
    font-weight:600;

    transition:.3s;

}

.contact-buttons a:hover{

    background:#36b2ff;
    transform:translateY(-5px);

}


/* ===========================
   ANIMACJA
=========================== */

@keyframes fadeUp{

from{

opacity:0;
transform:translateY(40px);

}

to{

opacity:1;
transform:translateY(0);

}

}

.hero-content{

    animation:fadeUp 1s ease;

}


/* ===========================
   RESPONSYWNOŚĆ
=========================== */


@media (max-width:768px){

    .about{
        grid-template-columns:1fr;
        gap:35px;
    }

    .about-cards{
        grid-template-columns:1fr;
    }

    .steps-container{
        grid-template-columns:1fr 1fr;
    }

    .why-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media (max-width:768px){

    .subpage-navbar{
        height:auto;
        padding:20px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:20px;
    }

    .logo{
        font-size:28px;
         display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap; 
    }


    .logo h1 {
        font-size: 2rem;      /* zmniejsz trochę */
        white-space: nowrap;  /* zawsze w jednej linii */
    }

    .logo img {
        width: 55px; /* jeśli masz ikonę jako obrazek */
    }

    

    .home-btn{
        font-size:16px;
        padding:12px 24px;
    }

    .hero-dmuch{
        height:55vh;
    }

    .hero-content h1{
        font-size:34px;
    }

    .hero-content p{
        font-size:22px;
    }

    .about{
        padding:20px;
    }

    .about-right h2{
        font-size:32px;
    }

    .about-right p{
        font-size:17px;
    }

    .about-left img{
    height:450px;
    object-fit:cover;
}

    .steps h2,
    .why h2,
    .contact-dmuchance h2{
        font-size:38px;
    }

    .steps-container{
        grid-template-columns:1fr;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .contact-dmuchance{
        margin:70px 20px;
        padding:45px 25px;
    }

    .contact-buttons{
        flex-direction:column;
    }

    .contact-buttons a{
        width:100%;
    }

}

@media (max-width:480px){

    .hero-content h1{
        font-size:34px;
    }

    .hero-content p{
        font-size:18px;
    }

    .about-card{
        padding:25px;
    }

    .step{
        padding:25px;
    }

    .why-box{
        padding:30px;
    }

}

nav a{
    color:#fff !important;
    text-decoration:none !important;
}