:root {
        --navy: #000d1a;
        --bg-light: #f8fafc;
        --accent-blue: #82AEC7;
        --btn-green: #1a4d33;
        --text-dark: #001a33;
        --text-gray: #64748b;
        --white: #ffffff;
--card-bg: #f8fafc;      /* Teksto spalva */
    --text-muted: #94a3b8;      /* Pilk va spalva tekstui */
    --footer-bg: #ffffff;       /* Galite pakeisti i var(--navy), jei norite tamsaus */
        --primary-purple: #82AEC7;
        --text-black: #111;

    }

    /* 1. FIKSAS: neleid ia turiniui  okin ti atsiradus/dingus scrollbarui */
    html {
        margin-right: calc(100vw - 100%);
        overflow-x: hidden;
    }

    * { box-sizing: border-box; }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Inter', sans-serif;
        background-color: var(--white);
        color: var(--text-dark);
    }

    /* 2. VIENINGAS KONTEINERIS: visuose puslapiuose turi b ti identi kas */
    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* 3. PERMANENT HEADER: grie tai nustatytas auk tis ir pozicija */
    .main-header {
        position: sticky;
        top: 0;
        width: 100%;
        background: var(--navy) !important; /* Grie tai u fiksuojam spalv  */
        height: 70px; /* Fiksuotas auk tis u tikrina stabilum  */
        display: flex;
        align-items: center;
        z-index: 1000;
        margin: 0;
        border: none;
    }

    .header-grid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* Navigacija */
    .nav-menu {
        display: flex;
        align-items: center;
    }

    .nav-menu a {
        color: var(--white);
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        margin: 0 15px;
        opacity: 0.8;
        transition: 0.3s ease;
    }

    .nav-menu a:hover { opacity: 1; }

    /*  rankiai (Mygtukas + Burgeris) */
    .header-tools {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .btn-apply-header {
        background-color: #a0d2eb;
        color: var(--navy);
        text-decoration: none;
        padding: 10px 22px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 13px;
        transition: 0.3s;
        white-space: nowrap;
    }

    /* Burgerio stilius */
    .hamburger {
        display: none;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: white;
        border-radius: 3px;
    }

    /* 4. MOBILE NAV: prilipdyta be tarp  */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 70px; /* Tiksliai pagal headerio auk t  */
        left: 0;
        width: 100%;
        background: var(--navy);
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        z-index: 999;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-nav.active { display: flex !important; }

    /* RESPONSIVE */
    @media (max-width: 992px) {
        .nav-menu { display: none; }
        .hamburger { display: flex; }
    }


        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
            background-color: var(--white);
            color: var(--text-dark);
        }

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

.main-header {
    position: sticky;
    top: 0;
    margin-bottom: 0; /* U tikrinam, kad headeris neturi tarpo apa ioje */
    z-index: 1000;
}

.mobile-nav {
    display: none;
    position: absolute;
    /* NAUDOK  IT : */
    top: 100%; 
    left: 0;
    width: 100%;
    margin-top: 0; /* Panaikinam bet kok  galim  tarp  vir uje */
    border-top: none; /* Jei buvo u d ta linija - nuimam */
    background: var(--navy); /*  sitikink, kad spalva sutampa su headeriu */
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
}
.mobile-nav {
    margin-top: -1px; /* Tai "u lipdys" bet kok  mikro ply   */
}
.mobile-nav.active {
    display: flex !important;
}

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

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

        .logo-bold { font-weight: 800; font-size: 24px; letter-spacing: -0.5px; }
        .logo-text { font-size: 10px; letter-spacing: 1px; opacity: 0.8; }

        .nav-menu a {
            color: var(--white);
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
            margin: 0 12px;
            opacity: 0.8;
            transition: 0.3s;
        }

        .nav-menu a:hover { opacity: 1; }

        .btn-apply {
            background: #a0d2eb;
            color: var(--navy);
            text-decoration: none;
            padding: 10px 22px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 13px;
            transition: 0.3s;
        }

        .btn-apply:hover { background: var(--white); }

        /* --- HERO SEKCIJA --- */
        .hero {
            padding: 100px 0;
            background: linear-gradient(to right, var(--white) 55%, #f0f7ff 45%);
        }

        .hero-layout {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .label { color: var(--accent-blue); font-weight: 700; font-size: 14px; letter-spacing: 1.5px; display: block; margin-bottom: 15px; }

        .hero-info h1 { font-size: 62px; line-height: 1.1; margin-bottom: 25px; font-weight: 800; }
        .accent-blue { color: var(--accent-blue); }

        .hero-info p { font-size: 19px; color: var(--text-gray); margin-bottom: 40px; line-height: 1.6; max-width: 520px; }

        .cta-wrapper {
            display: flex;
            background: var(--white);
            padding: 8px;
            border-radius: 50px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.06);
            max-width: 450px;
            border: 1px solid #f0f0f0;
        }

        .cta-wrapper input { border: none; padding-left: 20px; flex: 1; outline: none; font-size: 16px; }

        .btn-green {
            background: var(--accent-blue);
            color: var(--white);
            border: none;
            padding: 14px 28px;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
        }

        .hero-media { position: relative; }
        .hero-media img { width: 100%; border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }

        .floating-user-card {
            position: absolute;
            bottom: 30px;
            left: -40px;
            background: var(--white);
            padding: 20px;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            width: 260px;
        }

        .user-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
        .status-pill { background: #eefcf6; color: #27ae60; font-size: 11px; padding: 3px 10px; border-radius: 12px; font-weight: 700; }

        /* --- APIE MUS (KORTELES) --- */
        .about-section {
            background-color: var(--bg-light);
            padding: 120px 0;
            text-align: center;
        }

        .about-header { max-width: 850px; margin: 0 auto 80px auto; }

        .about-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 35px;
        }

        .about-card {
            background: var(--white);
            padding: 55px 40px;
            border-radius: 32px;
            text-align: left;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
            transition: 0.3s;
        }

        .about-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

        .about-icon-box {
            background-color: var(--navy);
            color: var(--white);
            width: 54px;
            height: 54px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .about-card h3 { font-size: 24px; margin-bottom: 18px; font-weight: 700; }
        .about-card p { font-size: 16px; color: var(--text-gray); line-height: 1.7; margin: 0; }

        @media (max-width: 992px) {
            .hero-layout, .about-grid { grid-template-columns: 1fr; }
            .hero { background: var(--white); padding: 60px 0; }
            .hero-info h1 { font-size: 42px; }
            .floating-user-card { left: 20px; }
        }



/* Korteles */
.floating-item {
    position: absolute;
    background: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    z-index: 20;
}

.icon-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.icon-small.blue { background: #eff6ff; }
.icon-small.purple { background: #f5f3ff; }

.item-design { top: 10%; right: -20px; animation: float 6s infinite ease-in-out; }
.item-engineering { bottom: 15%; left: -30px; animation: float 6s infinite ease-in-out reverse; }

/* Burbuliukai (Dot) */
.dot {
    position: absolute;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 14px;
}

.dot-yellow { top: 30%; left: 0; }
.dot-green { top: 45%; right: 20%; }
.dot-blue { bottom: 20%; right: 5%; }

/* Animacija */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-20px) rotate(2deg); }
}

@media (max-width: 992px) {
    .matching-grid { grid-template-columns: 1fr; text-align: center; }
    .matching-text p { margin: 0 auto; }
    .matching-visual { transform: scale(0.8); }
}
.partners-section {
    padding: 50px 0;
    background-color: var(--white);
    border-bottom: 1px solid #f0f0f0; /* Subtili linija atskyrimui */
}

.logo-row {
    display: flex;
    justify-content: space-around; /* Tolygiai paskirsto logotipus */
    align-items: center;
    flex-wrap: wrap; /* Svarbu mobiliesiems irenginiams */
    gap: 30px;
}

.partner-logo {
    max-width: 140px; /* Apribojame maksimalu ploti */
    opacity: 0.5; /* Padarome logotipus  viesesnius, kaip pavyzdyje */
    filter: grayscale(100%); /* Paverciame juodai baltais */
    transition: all 0.3s ease; /*  velnus perejimas */
}

.partner-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Efektas u vedus pele - logotipas tampa ry kus ir spalvotas */
.partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05); /*  iek tiek padidina */
}

/* Mobilusis pritaikymas */
@media (max-width: 768px) {
    .logo-row {
        justify-content: center;
        gap: 40px;
    }
    .partner-logo {
        max-width: 100px;
    }
}
.how-it-works {
    padding: 100px 0;
    background-color: var(--white);
}

/* Vir utine dalis */
.process-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
}

.step-label {
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

.process-header h2 {
    font-size: 42px;
    color: var(--text-dark);
    font-weight: 800;
    margin: 0;
    max-width: 500px;
    line-height: 1.2;
}

.blue-accent {
    color: #82AEC7;
}

.header-right {
    max-width: 400px;
}

.header-right p {
    color: var(--text-gray);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.rating-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    display: block;
    margin-bottom: 5px;
}

/* Tinklelis */
.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.process-card {
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 12px;
    transition: 0.3s;
}

.step-num {
    background-color: #cbd5e1; /* Pilk va spalva skaiciams */
    color: var(--white);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
    margin-bottom: 25px;
}

.process-card h3 {
    font-size: 22px;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.process-card p {
    color: var(--text-gray);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* I skirta (4-oji) kortele */
.process-card.highlighted {
    background-color: #94a3b8; /* Melsvai pilka spalva i  pavyzd io */
    color: var(--white);
}

.process-card.highlighted h3, 
.process-card.highlighted p {
    color: var(--white);
}

.process-card.highlighted .step-num {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Mobilus pritaikymas */
@media (max-width: 768px) {
    .process-header { flex-direction: column; align-items: flex-start; }
    .process-grid { grid-template-columns: 1fr; }
    .process-header h2 { font-size: 32px; }
}


.reviews-section {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.reviews-header {
    text-align: right; /* Pagal pavyzd  antra t  de in je */
    margin-bottom: 60px;
}

.reviews-title {
    font-size: 56px;
    font-weight: 800;
    color: #82AEC7; /* Pilk va spalva foninei antra tei kaip pavyzdyje */
    line-height: 1;
    text-transform: uppercase;
}

.reviews-title .accent-blue {
    color: var(--text-dark); /* Arba tavo pasirinkta spalva */
    display: block;
}

/* Korteli  tinklelis */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.review-card {
    background: var(--white);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    position: relative;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.quote-mark {
    font-size: 80px;
    color: #f1f5f9;
    font-family: serif;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    z-index: 1;
}

.review-text {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info strong {
    font-size: 14px;
    color: var(--navy);
}

.read-more {
    font-size: 13px;
    color: #ff5722; /* Oran in  spalva nuorodai kaip pavyzdyje */
    text-decoration: none;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
}

/* Mobilus pritaikymas */
@media (max-width: 992px) {
    .reviews-grid { grid-template-columns: 1fr; }
    .reviews-header { text-align: center; }
    .reviews-title { font-size: 40px; }
}

/* --- CTA BANNER (Last section before footer) --- */
        .cta-banner {
            padding: 80px 20px; /* Padidintas tarpas */
            max-width: 1200px;
            margin: 0 auto 100px auto; /* Prid tas margin-bottom, kad nelipt  prie footerio */
        }
        .cta-container {
            position: relative;
            background-color: var(--navy);
            background-image: linear-gradient(to right, rgba(0,13,26,1) 40%, rgba(0,13,26,0.4) 100%), url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            border-radius: 30px;
            min-height: 320px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        .cta-content { padding: 60px; color: white; z-index: 2; }
        .cta-button { color: white; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; }
        /* --- DARB  S RA O SEKCIJA --- */
.job-listings {
    background-color: #f8fafc;
    padding: 100px 0;
}

.listings-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.listings-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0;
    color: var(--navy);
}

/* Vir utinis mygtukas "View All" */
.btn-outline {
    border: 1px solid var(--navy);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: var(--navy);
    color: white;
}

/* Tinklelis: 2 stulpeliai kompiuteryje, 1 mobiliajame */
.job-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Kortel s stilius */
.job-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

/* Kortel s vir us (Pavadinimas ir Rodykl ) */
.card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
}

.card-top h3 {
    font-size: 19px;
    margin: 0;
    color: var(--navy);
    line-height: 1.4;
    font-weight: 700;
}

/* Rodykl s piktograma */
.arrow-icon {
    background: #f1f5f9;
    width: 36px;
    min-width: 36px; /* Kad nesusitraukt  */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: var(--navy);
    transition: background 0.3s;
}

.job-card:hover .arrow-icon {
    background: var(--navy);
    color: white;
}

.company-info {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 20px;
    font-weight: 500;
}

/*  ymos (Tags) */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.tag {
    background: #f1f5f9;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-gray);
}

/* Detali  blokas */
.details {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-bottom: 30px;
    flex-grow: 1; /* Nustumia mygtuk    apa i , jei tekstas nevienodas */
}

.detail-item {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.salary {
    font-weight: 700;
    color: var(--navy);
    margin-top: 12px;
}

/* "Apply Now" mygtukas (kuris dabar yra <a>  ym ) */
.btn-apply-header {
    background-color: #A0D2EB; /* Tiksli  viesiai m lyna i  tavo pavyzd io */
    color: #000d1a;            /* Tamsiai m lyna/juoda teksto spalva */
    text-decoration: none;
    padding: 12px 32px;        /* Didesni tarpai  onuose "chunky" efektui */
    border-radius: 50px;       /* Pilnai u apvalinti kra tai (Pill-shape) */
    font-weight: 800;          /* Labai storas  riftas (Extra Bold) */
    font-size: 15px;           /*  iek tiek didesnis tekstas */
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-apply-header:hover {
    background-color: #ffffff; /* Pabaltuoja u vedus pel  */
    transform: scale(1.05);    /*  iek tiek padid ja */
}

.btn-apply-now:hover {
    background-color: var(--accent-blue);
    transform: scale(1.02);
}
.btn-apply-now {
    display: inline-block;
    background-color: #99d6ea; /*  viesiai m lyna spalva i  nuotraukos */
    color: #001a2c;            /* Labai tamsi m lyna/juoda spalva tekstui */
    padding: 12px 35px;        /* Vir utinis/apatinis ir  oniniai tarpai */
    border-radius: 50px;       /* Sukuria "pill" formos suapvalinim  */
    text-decoration: none;     /* Nuima nuorodos pabraukim  */
    font-weight: bold;         /* Pary kina tekst  */
    font-family: sans-serif;   /* Naudojamas paprastas  riftas be u rait  */
    font-size: 16px;
    transition: background-color 0.3s ease; /* Sklandus spalvos pasikeitimas u vedus pel  */
    border: none;
    text-align: center;
}

/* Efektas u vedus pel  (pasirinktinai) */
.btn-apply-now:hover {
    background-color: #82c5db; /*  iek tiek tamsesn  m lyna u vedus pel  */
}
/* MOBILUS PRITAIKYMAS */
@media (max-width: 992px) {
    .job-grid {
        grid-template-columns: 1fr;
    }
    .listings-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .job-card {
        padding: 25px;
    }
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 45px; /*  ia reguliuok logotipo dyd  */
    width: auto;  /* I laiko proporcijas */
    display: block;
    transition: transform 0.3s ease;
}

/* Lengvas efektas u vedus pel  */
.logo-img:hover {
    transform: scale(1.05);
}

/* Jei logotipas tamsiame fone,  sitikink, kad naudoji PNG arba SVG su permatomumu */
/* --- HAMBURGER STILIUS --- */
.hamburger {
    display: none; /* Desktop versijoj nerodom */
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 3px;
}

/* --- MOBILUS MENIU I D STYMAS --- */
.mobile-nav {
    display: none; /* Pasl ptas pagal nutyl jim  */
    position: absolute;
    top: 70px; /* Headerio auk tis */
    left: 0;
    width: 100%;
    background: var(--navy);
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/* Aktyvi klas , kuri  u d s JS */
.mobile-nav.active {
    display: flex;
}

/* Burgelio transformacija   X (pasirinktinai) */
.hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* --- RESPONSIVE TAISYMAI --- */
@media (max-width: 992px) {
    .nav-menu {
        display: none; /* Paslepiam paprast  meniu */
    }

    .hamburger {
        display: flex; /* Rodom burgel  */
    }

    .header-grid {
        justify-content: space-between;
        padding: 0 15px;
    }

    /* Kad mygtukas neu imt  per daug vietos ir nespaust  logo */
    .btn-apply-header {
        font-size: 11px;
        padding: 8px 14px;
        margin-right: 10px;
    }
}
/* --- PAGRINDINIS HEADERIO FIX --- */
.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: var(--navy);
    padding: 10px 0;
    box-sizing: border-box;
}

.header-grid {
    display: flex;
    justify-content: space-between; /* Logo kair je,  rankiai de in je */
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Svarbu: kad neliest  kra t  */
    box-sizing: border-box;
}

/*  ranki  krep elis: mygtukas + burgelis */
.header-tools {
    display: flex;
    align-items: center;
    gap: 12px; /* Tarpas tarp mygtuko ir burgelio */
}

/* Mygtuko korekcija mobiliam, kad "neskraidyt " */
.btn-apply-header {
    white-space: nowrap; /* Kad tekstas nel  t    dvi eilutes */
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 30px;
    display: inline-block;
    position: static; /* Panaikinam bet kok  absolute, jei buvo */
}

/* Burgelio stilius */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 1002;
}

.hamburger span {
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

/* --- MOBILI VERSIJA (iki 992px) --- */
@media (max-width: 992px) {
    .nav-menu { display: none; } /* Paslepiam sen  meniu */
    
    .hamburger { display: flex; } /* Rodom burgel  */

    .logo-img {
        height: 30px; /* Ma esnis logo, kad likt  vietos mygtukui */
    }

    .btn-apply-header {
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* Svarbu: neleid iam visam puslapiui skraidyti    onus */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
/* Pradin  b sena - pasl pta */
.mobile-nav {
    display: none; 
    /* tavo kiti stiliai (background, position ir t.t.) */
}

/* B sena paspaudus - rodoma */
.mobile-nav.active {
    display: flex !important; /* Naudojam flex, kad meniu elementai b t  vienas po kitu */
}

    * { box-sizing: border-box; }
    
    body {
        margin: 0;
        font-family: 'Inter', sans-serif;
        background-color: var(--white);
        color: var(--text-dark);
        overflow-x: hidden; /* Svarbu: neleid ia puslapiui skraidyti    onus */
        width: 100%;
    }

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

    /* --- HEADERIS --- */
    .main-header {
        position: sticky;
        top: 0;
        background: var(--navy);
        padding: 12px 0;
        z-index: 1000;
        width: 100%;
    }

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

    .logo-img { height: 35px; width: auto; }

    .nav-menu { display: flex; align-items: center; }
    .nav-menu a {
        color: var(--white);
        text-decoration: none;
        font-size: 14px;
        margin: 0 12px;
        opacity: 0.8;
    }

    .header-tools { display: flex; align-items: center; gap: 10px; }

    /* BURGERIS */
    .hamburger {
        display: none;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .hamburger span {
        width: 25px;
        height: 3px;
        background: white;
        border-radius: 3px;
        transition: 0.3s;
    }

    /* MOBILUS NAVIGAVIMAS */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        background: var(--navy);
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        z-index: 999;
        margin-top: -1px; /* U lipdo ply   */
    }
    .mobile-nav.active { display: flex !important; }
    .mobile-nav a { color: white; text-decoration: none; font-size: 18px; font-weight: 600; }

    /* --- HERO SEKCIJA --- */
    .hero {
        padding: 60px 0;
        background: linear-gradient(to bottom, var(--white) 60%, #f0f7ff 40%);
    }
    .hero-layout { display: grid; grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .hero-info h1 { font-size: 34px; line-height: 1.2; margin-bottom: 20px; }
    .hero-info p { font-size: 16px; margin: 0 auto 30px; }
    .hero-media img { width: 100%; border-radius: 20px; }
    .floating-user-card { display: none; } /* Mobiliame per daug chaoso */

    /* --- ORBITOS (MATCHING) SEKCIJA --- */
    .matching-section { padding: 50px 0; overflow: hidden; }
    .matching-grid { display: grid; grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .matching-text h2 { font-size: 28px; }
    
    .matching-visual {
        position: relative;
        height: 350px;
        transform: scale(0.7); /* Suma iname vis  orbit , kad tilpt    ekran  */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .orbit-container { position: relative; width: 400px; height: 400px; }
    .center-circle {
        position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
        width: 80px; height: 80px; background: var(--primary-purple); border-radius: 50%;
        display: flex; justify-content: center; align-items: center; color: white; z-index: 10;
    }

    .visual-item {
        position: absolute; background: white; padding: 10px 15px; border-radius: 50px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1); font-size: 12px; white-space: nowrap;
    }

    /* --- KITOS SEKCIJOS (Gridai   1 stulpel ) --- */
    .process-grid, .reviews-grid, .job-grid, .logo-row {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .process-header, .listings-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .job-card { padding: 25px; }
    /* --- DESKTOP ADAPTACIJA (Vir  992px) --- */
    @media (min-width: 992px) {
        .hero-layout { grid-template-columns: 1.2fr 1fr; text-align: left; }
        .hero-info h1 { font-size: 56px; }
        .hero-info p { margin: 0 0 40px 0; }
        .hero { padding: 100px 0; background: linear-gradient(to right, var(--white) 55%, #f0f7ff 45%); }
        .floating-user-card { display: block; }

        .matching-grid { grid-template-columns: 1fr 1.2fr; text-align: left; }
        .matching-visual { transform: scale(1); height: 500px; }

        .process-grid { grid-template-columns: repeat(2, 1fr) !important; }
        .reviews-grid { grid-template-columns: repeat(3, 1fr) !important; }
        .job-grid { grid-template-columns: repeat(2, 1fr) !important; }
        
        .process-header, .listings-header { flex-direction: row; text-align: left; justify-content: space-between; }
        .nav-menu { display: flex; }
        .hamburger { display: none; }
    }

    @media (max-width: 992px) {
        .nav-menu { display: none; }
        .hamburger { display: flex; }
    }
    .details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px; /* Tarpas tarp ikonos ir teksto */
    font-size: 14px;
    color: var(--text-gray);
}

.icon-svg {
    width: 18px;
    height: 18px;
    color: #82AEC7; /* Tavo "Juvenly"  viesiai m lyna spalva */
    flex-shrink: 0; /* Neleid ia ikonai susispausti, jei tekstas ilgas */
}

.detail-item.salary {
    color: var(--navy);
    font-weight: 700;
    margin-top: 5px;
}

.detail-item.salary .icon-svg {
    color: var(--navy); /* Atlyginimui galime palikti  alsv  atspalv  */
}


    * { box-sizing: border-box; }
    
    html, body {
        margin: 0;
        padding: 0;
        font-family: 'Inter', sans-serif;
        background-color: var(--white);
        color: var(--text-dark);
        overflow-x: hidden;
        width: 100%;
    }

    /* --- PC SEKCIJ  TARPAI (Suma inti) --- */
    section {
        padding: 60px 0; /* Vietoj 100px+, dabar PC versija bus kompakti kesn  */
    }

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

    /* --- MATCHING SEKCIJA (PC Fix) --- */
    .matching-section {
        padding: 40px 0 60px 0;
    }

    .matching-grid {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        align-items: center;
        gap: 40px;
    }

    .matching-text {
        text-align: left; /* PC versijoje visada lygis   kair  */
    }

    .matching-text h2 {
        font-size: 48px;
        font-weight: 850;
        line-height: 1.1;
        color: var(--text-black);
        margin: 0 0 20px 0;
    }

    /* FIKSAS: Tekstas "Juvenly pad s tau..." dabar bus idealiai lygus su antra te */
    .matching-text p {
        font-size: 18px;
        color: var(--text-gray);
        max-width: 480px;
        line-height: 1.5;
        margin: 0; /* Panaikinam bet kokius auto-marginus, kurie stumia tekst  */
    }

    .matching-text .highlight { color: var(--primary-purple); }

    /* Grafikos centravimas PC versijoje */
    .matching-visual {
        position: relative;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    

    /* ==========================================================
       TAVO TOBULA MOBILE VERSIJA (Nelie iama, tik  kelta   vid )
       ========================================================== */
    @media (max-width: 992px) {
        section {
            padding: 40px 0;
        }

        .matching-grid {
            grid-template-columns: 1fr;
            text-align: center;
            gap: 20px;
        }

        .matching-text {
            text-align: center;
        }

        .matching-text h2 {
            font-size: 32px;
        }

        .matching-text p {
            margin: 0 auto; /* Gr  iname centravim  tik mobiliems */
            font-size: 16px;
        }

        .matching-visual {
            transform: scale(0.65);
            height: 320px;
            margin-top: -40px;
        }
    }

    /* --- ANIMACIJOS IR ELEMENTAI --- */
    .center-circle {
        position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
        width: 85px; height: 85px; background: var(--primary-purple); border-radius: 50%;
        display: flex; justify-content: center; align-items: center; z-index: 10;
        color: #fff; font-size: 20px; font-weight: bold;
    }

    .visual-item {
        position: absolute; background: #fff; padding: 10px 18px; border-radius: 50px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08); display: flex; align-items: center;
        z-index: 5; white-space: nowrap; animation: hoverSway 5s ease-in-out infinite;
        font-weight: 600; font-size: 14px;
    }

    @keyframes hoverSway {
        0%, 100% { transform: translate(0, 0); }
        50% { transform: translate(8px, -6px); }
    }

    .engineering { bottom: 20%; left: 5%; }
    .design { top: 15%; right: -5%; }
    .outer-left { top: 40%; left: -10%; }
    .mid-right { top: 45%; right: 5%; }
    .outer-bottom-right { bottom: 10%; right: 0%; }

        .container { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; }
        .jobs-layout { display: grid; grid-template-columns: 320px 1fr; gap: 30px; margin: 40px 0; }
        .filters-sidebar { background: #fff; padding: 25px; border-radius: 20px; border: 1px solid #eee; height: fit-content; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
        .filter-group { margin-bottom: 20px; }
        .filter-group label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 14px; }
        .filter-group select, .filter-group input { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #ddd; font-size: 14px; }
        
        .job-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
        
        .job-card { 
            background: #fff; border: 1px solid #eee; padding: 25px; border-radius: 20px; 
            display: flex; flex-direction: column; transition: 0.3s; position: relative;
            height: 100%; box-sizing: border-box;
        }
        .job-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
        .card-content { flex: 1; } 

        .workload-badge { position: absolute; top: 20px; right: 20px; background: #eef9fd; color: #0076a3; padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: bold; }
        .valid-until { font-size: 11px; color: #e74c3c; margin-top: 5px; font-weight: 600; }
        .salary-tag { color: var(--navy); font-weight: 700; font-size: 1.1rem; }
        
        .minor-tag { font-size: 11px; color: #f39c12; font-weight: bold; margin-bottom: 5px; display: block; }
        
        .btn-filter { width: 100%; padding: 14px; background: #001a2c; color: #fff; border: none; border-radius: 12px; cursor: pointer; font-weight: bold; }
        
        .btn-apply-now { 
            display: block; background-color: #99d6ea; color: #001a2c; padding: 12px; border-radius: 50px; 
            text-decoration: none; font-weight: 800; text-align: center; font-size: 14px; transition: 0.3s;
            margin-top: auto; 
        }

        .icon-svg { width: 16px; height: 16px; vertical-align: middle; margin-right: 5px; color: #888; }
        .sort-select {
            appearance: none; -webkit-appearance: none; background-color: #fff; border: 1.5px solid #e2e8f0;
            border-radius: 10px; padding: 8px 35px 8px 15px; font-size: 14px; font-weight: 600; color: #001a2c;
            cursor: pointer; outline: none; transition: all 0.2s;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001a2c'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat; background-position: right 12px center; background-size: 14px;
        }

        .pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
        .page-link { padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; text-decoration: none; color: #001a2c; font-weight: bold; }
        .page-link.active { background: #001a2c; color: #fff; border-color: #001a2c; }

        @media (max-width: 992px) {
            .jobs-layout { grid-template-columns: 1fr; }
            .job-grid { grid-template-columns: 1fr; }
        }

.social-icon svg {
    width: 20px;
    height: 20px;
}
.main-footer {
    padding: 80px 0 40px 0;
    background-color: var(--footer-bg);
    border-top: 1px solid #f1f5f9;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 25px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--accent-blue);
    padding-left: 5px;
}

/* Prenumeratos forma */
.subscribe-form {
    display: flex;
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.subscribe-form input {
    border: none;
    background: transparent;
    padding: 10px 15px;
    flex: 1;
    outline: none;
    font-size: 14px;
}

.subscribe-form button {
    background-color: var(--navy);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.subscribe-form button:hover {
    background-color: var(--accent-blue);
}

/* Socialiniai tinklai */
.social-links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.social-icon {
    text-decoration: none;
    color: white;
    background-color: var(--navy);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.social-icon:hover {
    background-color: var(--accent-blue);
    transform: translateY(-3px);
}

.footer-divider {
    border: 0;
    border-top: 1px solid #f1f5f9;
    margin-bottom: 30px;
}

/* Apatine juosta */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-muted);
    font-size: 13px;
}

.footer-logo {
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
}

.legal-links a {
    text-decoration: none;
    color: var(--text-muted);
    margin-left: 20px;
    transition: 0.3s;
}

.legal-links a:hover {
    color: var(--navy);
}

/* Mobilus pritaikymas */
@media (max-width: 992px) {
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .social-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .legal-links a { margin: 0 10px; }
} 