/* =========================================================
   Karjera page — standalone styles
   ========================================================= */

.vt-karjera {
    font-family: inherit;
    color: #222;
    padding-top: 10px;
}

/* ------ Hero ------ */
.vt-kj-hero {
    background: #0d2137;
    color: #fff;
    padding: 72px 48px 64px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 56px;
    position: relative;
    overflow: hidden;
}
.vt-kj-hero::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 300px;
    height: 300px;
    background: rgba(21,96,189,.18);
    border-radius: 50%;
    pointer-events: none;
}
.vt-kj-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.2;
    color: #fff !important;
}
.vt-kj-hero p {
    font-size: 1.1rem;
    color: rgba(255,255,255,.88) !important;
    margin: 0 0 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}
.vt-kj-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.vt-kj-hero-btn {
    display: inline-block;
    background: #fff;
    color: #1560bd !important;
    font-weight: 700;
    font-size: .97rem;
    padding: 13px 32px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background .2s;
    border: 2px solid transparent;
}
.vt-kj-hero-btn:hover { background: #e8f0fc; }
.vt-kj-hero-btn.outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,.7);
}
.vt-kj-hero-btn.outline:hover { background: rgba(255,255,255,.12); }

/* ------ Intro ------ */
.vt-kj-intro {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}
.vt-kj-intro p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
}
.vt-kj-intro strong { color: #1560bd; }

/* ------ 4 pillars ------ */
.vt-kj-pillars { margin-bottom: 60px; }
.vt-kj-pillars h2 {
    text-align: center;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 32px;
}
.vt-kj-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.vt-kj-pillar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 28px 20px 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    transition: box-shadow .2s, transform .2s;
}
.vt-kj-pillar:hover { box-shadow: 0 6px 22px rgba(21,96,189,.12); transform: translateY(-3px); }
.vt-kj-pillar-icon {
    width: 54px;
    height: 54px;
    background: #e8f0fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: #1560bd;
}
.vt-kj-pillar h3 {
    font-size: .88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #0d2137;
    margin: 0 0 10px;
}
.vt-kj-pillar p {
    font-size: .84rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ------ Why us ------ */
.vt-kj-why {
    background: #f7f9fc;
    border-radius: 6px;
    padding: 50px 48px;
    margin-bottom: 56px;
}
.vt-kj-why h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 6px;
}
.vt-kj-subtitle {
    color: #666;
    font-size: .93rem;
    margin: 0 0 28px;
}
.vt-kj-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 36px;
}
.vt-kj-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: .93rem;
    color: #333;
    line-height: 1.55;
}
.vt-kj-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #1560bd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: #fff;
}

/* ------ Badge bar ------ */
.vt-kj-badge-bar {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 5px solid #f59e0b;
    border-radius: 6px;
    padding: 22px 32px 22px 64px;
    margin-bottom: 56px;
    font-size: .93rem;
    line-height: 1.65;
    color: #44403c;
    position: relative;
}
.vt-kj-badge-bar::before {
    content: '\2605';
    font-size: 1.8rem;
    color: #f59e0b;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.vt-kj-badge-bar strong { color: #0d2137; font-weight: 700; }

/* ------ Video ------ */
.vt-kj-video { margin-bottom: 56px; }
.vt-kj-video h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    text-align: center;
    margin: 0 0 6px;
}
.vt-kj-video .vt-kj-subtitle { text-align: center; }
.vt-kj-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.13);
}
.vt-kj-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ------ Test CTA ------ */
.vt-kj-test {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 36px 40px;
    margin-bottom: 56px;
    box-shadow: 0 4px 24px rgba(21,96,189,.08);
    overflow: hidden;
}
.vt-kj-test::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 5px;
    background: #1560bd;
    border-radius: 6px 0 0 6px;
}
.vt-kj-test-icon {
    display: none;
}
.vt-kj-test-content { flex: 1; }
.vt-kj-test h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0d2137 !important;
    margin: 0 0 8px;
}
.vt-kj-test p {
    color: #555 !important;
    margin: 0;
    font-size: .93rem;
    line-height: 1.6;
}
.vt-kj-test-btn {
    display: inline-block;
    background: #1560bd;
    color: #fff !important;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: .93rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(21,96,189,.3);
}
.vt-kj-test-btn:hover { background: #0e4a9a; box-shadow: 0 6px 20px rgba(21,96,189,.4); }

/* ------ Form section (two-column) ------ */
.vt-kj-form-outer {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 48px;
    align-items: start;
}
.vt-kj-form-info {
    padding-top: 8px;
}
.vt-kj-form-info h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 12px;
}
.vt-kj-form-info p {
    color: #555;
    font-size: .93rem;
    line-height: 1.7;
    margin: 0 0 24px;
}
.vt-kj-contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .9rem;
    color: #333;
    margin-bottom: 14px;
    text-decoration: none;
    line-height: 1.4;
}
.vt-kj-contact-detail svg {
    color: #1560bd;
    flex-shrink: 0;
    display: block;
}
.vt-kj-contact-detail span {
    display: block;
}
.vt-kj-contact-detail:hover { color: #1560bd; }
.vt-kj-form-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 36px 32px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.vt-kj-form-box .wpcf7-form p { margin: 0 0 14px; }
.vt-kj-form-box .wpcf7-form input[type=text],
.vt-kj-form-box .wpcf7-form input[type=email],
.vt-kj-form-box .wpcf7-form input[type=tel],
.vt-kj-form-box .wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1.5px solid #d0d9e8;
    border-radius: 6px;
    font-size: .92rem;
    font-family: inherit;
    color: #222;
    background: #f9fbff;
    transition: border-color .2s;
    display: block;
}
.vt-kj-form-box .wpcf7-form input:focus,
.vt-kj-form-box .wpcf7-form textarea:focus {
    outline: none;
    border-color: #1560bd;
    background: #fff;
}
.vt-kj-form-box .wpcf7-form textarea { min-height: 90px; resize: vertical; }
.vt-kj-form-box .wpcf7-form input[type=file] {
    display: block;
    font-size: .85rem;
    color: #555;
    width: 100%;
}
.vt-kj-form-box .wpcf7-acceptance {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
    font-size: .84rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px;
}
.vt-kj-form-box .wpcf7-acceptance a { color: #1560bd; }
.vt-kj-form-box .wpcf7-form input[type=submit] {
    background: #1560bd;
    color: #fff;
    border: none;
    padding: 13px 28px;
    font-size: .95rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    transition: background .2s;
}
.vt-kj-form-box .wpcf7-form input[type=submit]:hover { background: #0e4a9a; }

/* ------ Responsive ------ */
/* --- Related links --- */
.vt-kj-links {
    margin-bottom: 56px;
}
.vt-kj-links > h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}
.vt-kj-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.vt-kj-link-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #1560bd;
    border-radius: 6px;
    text-decoration: none !important;
    transition: box-shadow .2s, transform .2s;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.vt-kj-link-card:hover {
    box-shadow: 0 6px 24px rgba(21,96,189,.12);
    transform: translateY(-2px);
}
.vt-kj-link-card-body {
    padding: 28px 32px;
}
.vt-kj-link-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 10px;
    line-height: 1.3;
}
.vt-kj-link-card p {
    font-size: .9rem;
    color: #555;
    line-height: 1.65;
    margin: 0 0 18px;
}
.vt-kj-link-card-cta {
    font-size: .88rem;
    font-weight: 700;
    color: #1560bd;
}

@media (max-width: 900px) {
    .vt-karjera { padding-top: 10px; }
    .vt-kj-links-grid { grid-template-columns: 1fr; }
    .vt-kj-pillars-grid { grid-template-columns: 1fr 1fr; }
    .vt-kj-checklist { grid-template-columns: 1fr; }
    .vt-kj-why { padding: 36px 24px; }
    .vt-kj-hero h1 { font-size: 1.9rem; }
    .vt-kj-hero { padding: 52px 24px 44px; }
    .vt-kj-test { flex-direction: column; align-items: flex-start; padding: 28px 22px; gap: 20px; }
    .vt-kj-test-btn { width: 100%; text-align: center; }
    .vt-kj-badge-bar { padding: 18px 20px 18px 56px; }
    .vt-kj-badge-bar::before { left: 18px; }
    .vt-kj-form-outer { grid-template-columns: 1fr; gap: 24px; }
    .vt-karjera { padding-top: 10px; }
}
@media (max-width: 540px) {
    .vt-kj-pillars-grid { grid-template-columns: 1fr; }
    .vt-kj-hero h1 { font-size: 1.5rem; }
    .vt-kj-form-box { padding: 24px 18px; }
}

.vt-kj-link-card-desc { margin: 0 0 12px; color: #444; font-size: 0.97rem; line-height: 1.6; }