:root {
    --green: #004225;        
    --cream: #FDF5E6;      
    --gold: #C5A059;         
    --text: #2c3e50;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
}
:root {
    --green: #004225;
    --cream: #FDF5E6;
    --gold: #D4AF37;
    --white: #ffffff;
    --text: #333;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; color: var(--text); line-height: 1.6; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }


.navbar { background: var(--green); padding: 20px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.nav-flex { display: flex; justify-content: space-between; align-items: center; }
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-link {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 70px;
    width: auto;
    display: block;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-main {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fdf5e6;
    text-transform: uppercase;
}

.logo-sub {
    font-size: 0.95rem;
    font-weight: 400;
    color: #d4af37;
    letter-spacing: 4px;
	margin-top:5px;
}
.process-section {
    position: relative;
    overflow: hidden;
}
.contact-logo {
    margin: 20px 0;
}

.contact-logo img {
    max-width: 180px;
    opacity: 0.85;
}
.process-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('logo_as.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px;

    opacity: 0.08; /* przezroczystość */
    z-index: 0;
    pointer-events: none;
}

.process-section .container {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .logo-img {
        height: 50px;
    }

    .logo-main {
        font-size: 0.75rem;
    }

    .logo-sub {
        font-size: 1.1rem;
    }
}zarex

.nav-links { display: flex; list-style: none; }
.nav-links a { color: var(--cream); text-decoration: none; margin-left: 25px; font-size: 0.9rem; transition: 0.3s; }
.nav-links a:hover { color: var(--gold); }
.btn-nav { background: var(--gold); color: var(--green) !important; padding: 8px 15px; border-radius: 4px; font-weight: 600; }


.hero { height: 70vh; background-size: cover; background-position: center; display: flex; align-items: center; color: var(--cream); text-align: center; }
.hero-content { max-width: 800px; margin: 0 auto; }
.hero h1 { font-size: 3.5rem; margin-bottom: 20px; }
.btn-gold { background: var(--gold); color: var(--green); padding: 15px 30px; text-decoration: none; font-weight: bold; border-radius: 4px; display: inline-block; transition: 0.3s; }
.btn-gold:hover { background: var(--cream); transform: translateY(-3px); }


.trust-bar { display: flex; justify-content: space-around; background: var(--white); padding: 30px; margin-top: -40px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; }
.trust-item { flex: 1; border-right: 1px solid #eee; }
.trust-item:last-child { border: none; }
.trust-item i { display: block; font-size: 1.5rem; color: var(--gold); margin-bottom: 10px; }


.services { padding: 80px 0; background: var(--cream); }
.section-title { text-align: center; margin-bottom: 50px; }
.underline { width: 60px; height: 3px; background: var(--gold); margin: 10px auto; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.service-card { background: var(--white); border-radius: 12px; overflow: hidden; display: flex; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.card-img { width: 40%; background-size: cover; background-position: center; }
.card-content { padding: 30px; width: 60%; }
.card-content h3 { color: var(--green); margin-bottom: 15px; }
.card-content ul { list-style: none; }
.card-content li { margin-bottom: 8px; font-size: 0.9rem; }
.card-content li::before { content: "•"; color: var(--gold); margin-right: 8px; font-weight: bold; }


.about-section { padding: 100px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.profile-placeholder { position: relative; border-radius: 15px; overflow: hidden; box-shadow: 20px 20px 0 var(--gold); }
.profile-placeholder img { width: 100%; display: block; filter: grayscale(20%); }
.experience-badge { position: absolute; bottom: 20px; right: 20px; background: var(--green); color: var(--gold); padding: 10px 20px; font-weight: bold; border-radius: 4px; }
.check-list { list-style: none; margin: 20px 0; }
.check-list li { margin-bottom: 10px; font-weight: 500; }
.check-list i { color: var(--green); margin-right: 10px; }
.link-item { display: inline-block; margin-right: 20px; color: var(--green); font-weight: bold; text-decoration: none; border-bottom: 2px solid var(--gold); }


.contact-section { padding: 80px 0; background: var(--green); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.c-info p { margin-bottom: 15px; }
.c-info i { color: var(--gold); margin-right: 10px; }
.c-info a { color: inherit; text-decoration: none; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; margin-bottom: 15px; border-radius: 4px; border: none; }
.btn-submit { background: var(--gold); color: var(--green); border: none; padding: 15px 30px; width: 100%; font-weight: bold; cursor: pointer; border-radius: 4px; transition: 0.3s; }
.btn-submit:hover { background: var(--white); }

footer { background: #002e1a; color: #777; padding: 30px 0; font-size: 0.8rem; }

@media (max-width: 768px) {
    .services-grid, .split, .contact-grid { grid-template-columns: 1fr; }
    .card-img { display: none; }
    .card-content { width: 100%; }
    .hero h1 { font-size: 2rem; }
}
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background-color: var(--white);
    line-height: 1.6;
    scroll-behavior: smooth;
}

h1, h2, h3 { font-family: 'Playfair Display', serif; }
html {
    scroll-behavior: smooth;
}


section {
    scroll-margin-top: 80px; 
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }


.navbar {
    background: var(--green);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
}

.nav-flex { display: flex; justify-content: space-between; align-items: center; }


.nav-links { display: flex; list-style: none; }
.nav-links a { color: var(--cream); text-decoration: none; margin-left: 30px; font-size: 0.9rem; transition: 0.3s; }
.nav-links a:hover { color: var(--gold); }

.btn-nav { background: var(--gold); padding: 8px 20px; border-radius: 3px; color: var(--green) !important; font-weight: 600; }


.hero {
    height: 90vh;
    background: linear-gradient(rgba(0,66,37,0.7), rgba(0,66,37,0.7)), url('https://images.unsplash.com/photo-1582408921715-18e7806367c1?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--cream);
    padding-top: 80px;
}

.hero h1 { font-size: 4rem; line-height: 1.2; margin-bottom: 20px; }
.hero p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }

.btn-gold { background: var(--gold); color: var(--green); padding: 15px 35px; text-decoration: none; font-weight: 600; border-radius: 3px; transition: 0.3s; display: inline-block; }
.btn-outline { border: 2px solid var(--gold); color: var(--gold); padding: 13px 35px; text-decoration: none; margin-left: 15px; border-radius: 3px; transition: 0.3s; display: inline-block; }


.trust-bar {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    margin-top: -50px;
    background: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 10;
    border-radius: 5px;
}

.trust-item { text-align: center; color: var(--green); text-decoration: none; transition: 0.3s; flex: 1; border-right: 1px solid #eee; }
.trust-item:last-child { border: none; }
.trust-item i { font-size: 2rem; display: block; margin-bottom: 10px; color: var(--gold); }


.services { padding: 100px 0; background: var(--cream); }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; color: var(--green); }
.underline { width: 80px; height: 3px; background: var(--gold); margin: 15px auto; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: var(--white); padding: 50px 30px; border-radius: 5px; transition: 0.4s; border-bottom: 5px solid transparent; }
.service-card:hover { transform: translateY(-10px); border-color: var(--gold); box-shadow: var(--shadow); }
.service-card i { font-size: 3rem; color: var(--gold); margin-bottom: 25px; display: block; }
.service-card h3 { margin-bottom: 20px; color: var(--green); }
.service-card ul { list-style: none; text-align: left; }
.service-card ul li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.service-card ul li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }


.process-section { background: var(--green); color: var(--cream); padding: 100px 0; }
.steps-grid { display: flex; justify-content: space-between; margin-top: 50px; flex-wrap: wrap; }
.step { flex: 1; text-align: center; padding: 20px; min-width: 200px; }
.step-num { width: 60px; height: 60px; border: 2px solid var(--gold); border-radius: 50%; line-height: 60px; font-size: 1.5rem; margin: 0 auto 20px; font-family: 'Playfair Display', serif; }


.contact-section { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.info-item { display: flex; align-items: center; margin-bottom: 25px; }
.info-item i { width: 40px; height: 40px; background: var(--cream); color: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.info-item a { color: var(--text); text-decoration: none; transition: 0.3s; }
.info-item a:hover { color: var(--gold); }

.contact-form-box { background: var(--white); padding: 40px; box-shadow: var(--shadow); border-radius: 5px; }
input, select, textarea { width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; font-family: inherit; }
.btn-submit { width: 100%; background: var(--green); color: var(--cream); border: none; padding: 18px; cursor: pointer; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.btn-submit:hover { background: var(--gold); color: var(--green); }


@media (max-width: 768px) {
    .nav-links { display: none; }
    .hero h1 { font-size: 2.5rem; }
    .contact-grid { grid-template-columns: 1fr; }
    .trust-bar { flex-direction: column; }
    .trust-item { border-right: none; border-bottom: 1px solid #eee; padding: 15px 0; }
    .split-section { flex-direction: column; }
}

.process-section {
    padding: 100px 0;
    background-color: var(--white); 
}

.section-subtitle {
    text-align: center;
    margin-bottom: 60px;
    color: #666;
    font-size: 1.1rem;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}


.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(to right, var(--gold) 0, var(--gold) 10px, transparent 10px, transparent 20px);
    z-index: 1;
}

.process-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.process-icon {
    width: 100px;
    height: 100px;
    background: var(--green);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,66,37,0.2);
    transition: 0.3s ease;
}

.process-item:hover .process-icon {
    transform: scale(1.1);
    background: var(--gold);
    color: var(--green);
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--gold);
    color: var(--green);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--green);
}

.process-content h3 {
    font-size: 1.2rem;
    color: var(--green);
    margin-bottom: 10px;
}

.process-content p {
    font-size: 0.9rem;
    color: #555;
    padding: 0 10px;
}


@media (max-width: 992px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    
    .process-steps::before {
        display: none; 
    }

    .process-item {
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .process-icon {
        margin: 0 30px 0 0;
        min-width: 80px;
        height: 80px;
        font-size: 1.5rem;
    }

    .process-content p {
        padding: 0;
    }
}
.area-section {
    padding: 60px 0;
    background: var(--cream); 
    border-top: 1px solid rgba(0,66,37,0.1);
    border-bottom: 1px solid rgba(0,66,37,0.1);
}

.area-wrapper {
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    gap: 40px;
}

.area-icon {
    font-size: 4rem;
    color: var(--gold);
    flex-shrink: 0;
}

.area-content h2 {
    color: var(--green);
    margin-bottom: 15px;
    font-size: 2rem;
}

.area-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.tag {
    background: var(--green);
    color: var(--gold);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.area-note {
    font-size: 0.9rem !important;
    font-style: italic;
    color: #666;
    margin-bottom: 0 !important;
}


@media (max-width: 768px) {
    .area-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .area-tags {
        justify-content: center;
    }
    
    .area-icon {
        margin-bottom: 10px;
    }
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px !important; 
    height: 50px !important;
    background-color: #C5A059; 
    color: #004225; 
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999; 
    transition: all 0.5s ease;
    

    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    border: 2px solid #004225;
}


.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #004225;
    color: #FDF5E6;
    transform: translateY(-5px);
}