*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Inter',sans-serif;

    background:#f8fafb;

    color:#222;

}

.navbar{

    max-width:1300px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:25px 40px;

}

.logo img{

    height:55px;

}

.navbar ul{

    list-style:none;

    display:flex;

    gap:45px;

}

.navbar a{

    text-decoration:none;

    color:#222;

    font-weight:500;

}

.btn-nav{

    background:#4CAF7D;

    color:white!important;

    padding:14px 28px;

    border-radius:40px;

    transition:.3s;

}

.btn-nav:hover{

    background:#34895e;

}

.hero{

    max-width:1300px;

    margin:auto;

    min-height:88vh;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

    padding:0 40px;

}

.hero-left span{

    color:#4CAF7D;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.hero-left h1{

    font-size:62px;

    line-height:1.1;

    margin:20px 0;

    font-weight:700;

}

.hero-left p{

    font-size:20px;

    line-height:1.8;

    color:#666;

    max-width:560px;

}

.buttons{

    margin-top:45px;

    display:flex;

    gap:20px;

}

.btn-main{

    background:#4CAF7D;

    color:white;

    padding:18px 38px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-main:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.btn-outline{

    border:2px solid #4CAF7D;

    color:#4CAF7D;

    padding:18px 38px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-outline:hover{

    background:#4CAF7D;

    color:white;

}

.hero-right{

    text-align:center;

}

.hero-right img{

    width:100%;

    max-width:520px;

    border-radius:35px;

    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

@media(max-width:960px){

.hero{

grid-template-columns:1fr;

text-align:center;

padding:50px 25px;

}

.hero-left h1{

font-size:42px;

}

.buttons{

justify-content:center;

flex-wrap:wrap;

}

.navbar{

flex-direction:column;

gap:20px;

}

.navbar ul{

gap:20px;

flex-wrap:wrap;

justify-content:center;

}

}
/* ===== STOPKA ===== */

.footer{

    background:#1f2933;

    color:#fff;

    margin-top:80px;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:50px;

    padding:60px 40px;

}

.footer-col h3{

    margin-bottom:20px;

    color:#4CAF7D;

}

.footer-col p{

    margin-bottom:12px;

    color:#d6d6d6;

    line-height:1.7;

}

.footer-col ul{

    list-style:none;

}

.footer-col li{

    margin-bottom:12px;

}

.footer-col a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

}

.footer-col a:hover{

    color:#4CAF7D;

}

.footer-bottom{

    text-align:center;

    padding:20px;

    border-top:1px solid rgba(255,255,255,.1);

    color:#bdbdbd;

    font-size:14px;

}/* ===== OFERTA ===== */

.offer-page{

    max-width:1200px;

    margin:auto;

    padding:90px 30px;

}

.offer-title{

    text-align:center;

    margin-bottom:60px;

}

.offer-title span{

    color:#4CAF7D;

    text-transform:uppercase;

    font-weight:600;

    letter-spacing:2px;

}

.offer-title h1{

    font-size:48px;

    margin:20px 0;

}

.offer-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;

    font-size:18px;

}

.offer-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.offer-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.offer-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.offer-card h2{

    color:#4CAF7D;

    margin-bottom:18px;

    font-size:24px;

}

.offer-card p{

    color:#666;

    line-height:1.8;

}/* ===== CENNIK ===== */

.pricing{

    max-width:1200px;

    margin:auto;

    padding:90px 30px;

}

.pricing-title{

    text-align:center;

    margin-bottom:60px;

}

.pricing-title span{

    color:#4CAF7D;

    text-transform:uppercase;

    font-weight:600;

    letter-spacing:2px;

}

.pricing-title h1{

    font-size:48px;

    margin:20px 0;

}

.pricing-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;

}

.pricing-grid{

    display:grid;

   grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:35px;

}

.price-card{

    background:#fff;

    border-radius:22px;

    padding:45px 35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    text-align:center;

    position:relative;

    transition:.35s;

}

.price-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.price-card h2{

    margin-bottom:20px;

    color:#333;

}

.price{

    font-size:46px;

    color:#4CAF7D;

    font-weight:700;

    margin-bottom:30px;

}

.price-card ul{

    list-style:none;

    padding:0;

}

.price-card li{

    padding:12px 0;

    color:#666;

    border-bottom:1px solid #eee;

}

.price-card li:last-child{

    border-bottom:none;

}

.featured{

    border:3px solid #4CAF7D;

    transform:scale(1.04);

}

.badge{

    position:absolute;

    top:-16px;

    left:50%;

    transform:translateX(-50%);

    background:#4CAF7D;

    color:#fff;

    padding:8px 20px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}
/* ===== INFORMACJE DODATKOWE ===== */

.pricing-note{

    max-width:900px;

    margin:90px auto 0;

    text-align:center;

}

.pricing-note h2{

    font-size:34px;

    margin-bottom:35px;

    color:#333;

}

.note-box{

    background:#ffffff;

    border-radius:20px;

    padding:40px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    text-align:left;

    line-height:1.9;

    color:#555;

}

.note-box p{

    margin:0;

}

.note-box hr{

    border:none;

    border-top:1px solid #e5e5e5;

    margin:30px 0;

}
/* ===== KONTAKT ===== */

.contact{

    max-width:1200px;

    margin:auto;

    padding:90px 30px;

}

.contact-title{

    text-align:center;

    margin-bottom:60px;

}

.contact-title span{

    color:#4CAF7D;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:600;

}

.contact-title h1{

    font-size:48px;

    margin:20px 0;

}

.contact-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;

}

.contact-container{

    display:grid;

    grid-template-columns:1fr 1.2fr;

    gap:40px;

}

.contact-box{

    background:#fff;

    padding:30px;

    margin-bottom:20px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-box h3{

    color:#4CAF7D;

    margin-bottom:15px;

}

.contact-box a{

    color:#333;

    text-decoration:none;

}

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-form input,
.contact-form textarea{

    padding:16px;

    border:1px solid #ddd;

    border-radius:12px;

    font-size:16px;

    font-family:inherit;

}

.contact-form textarea{

    resize:vertical;

}

.contact-form button{

    background:#4CAF7D;

    color:#fff;

    border:none;

    padding:18px;

    border-radius:40px;

    font-size:17px;

    cursor:pointer;

    transition:.3s;

}

.contact-form button:hover{

    background:#388E66;

}

.map{

    max-width:1200px;

    margin:0 auto 90px;

    padding:0 30px;

}

.map h2{

    text-align:center;

    margin-bottom:30px;

    font-size:36px;

}

.map iframe{

    width:100%;

    height:450px;

    border:none;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

@media(max-width:900px){

.contact-container{

grid-template-columns:1fr;

}

}