/*
Theme Name: Jurling
Theme URI: https://www.jurling.sk
Author: Digimania s.r.o.
Description: Ľahká bloková téma pre jurling.sk - montáže pre elektrikárov a inštalatérov v Nemecku a Rakúsku.
Version: 1.0.3
Requires at least: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: jurling
*/

:root {
	--jl-primary: #00873e; --jl-primary-dark: #026531; --jl-primary-light: #e6f4ec;
	--jl-yellow: #ffda6a; --jl-yellow-dark: #e9c24a; --jl-yellow-light: #fff8dd;
	--jl-dark: #1f2a33; --jl-dark-2: #2a3743; --jl-text: #333f48; --jl-muted: #6b7580; --jl-muted-2: #8a939c;
	--jl-surface: #f6f8f6; --jl-border: #e6e9e7; --jl-border-2: #dde3df; --jl-white: #fff; --jl-footer: #212529;
	--jl-radius: 14px; --jl-radius-sm: 8px; --jl-shadow: 0 24px 48px -12px rgba(31, 42, 51, .18); --jl-shadow-sm: 0 1px 2px rgba(31, 42, 51, .06); --jl-shadow-card: 0 1px 2px rgba(31,42,51,.04), 0 12px 32px -16px rgba(31,42,51,.18);
	--jl-container: 1280px; --jl-gutter: clamp(16px, 4vw, 80px);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif; color: var(--jl-text); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.jl-no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--jl-primary); text-decoration: none; }
a:hover { color: var(--jl-primary-dark); }
button { font: inherit; }
h1, h2, h3, h4 { color: var(--jl-dark); font-weight: 800; line-height: 1.12; letter-spacing: -.015em; margin: 0 0 .5em; text-wrap: balance; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.jl-container { max-width: var(--jl-container); margin-inline: auto; padding-inline: var(--jl-gutter); }
.jl-main { min-height: 50vh; }
.jl-h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3.25rem); letter-spacing: -.01em; }
.jl-h2 { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.375rem); }
.jl-h3 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.5rem); }
.jl-lead { font-size: 1.125rem; color: #4b5560; max-width: 62ch; }
.jl-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--jl-primary); margin-bottom: 14px; }
.jl-eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: currentColor; }
.jl-eyebrow--yellow { color: var(--jl-yellow); }
.jl-center { text-align: center; margin-top: 32px; }
.jl-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--jl-dark); }
.jl-link:hover { color: var(--jl-primary); }
.jl-link .jl-icon { color: var(--jl-primary); }
.jl-icon { flex-shrink: 0; }
.jl-icon--flip { transform: rotate(180deg); }
.jl-back { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 700; color: var(--jl-muted); margin-bottom: 20px; }
.jl-back:hover { color: var(--jl-primary); }
.jl-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.jl-section-head .jl-h2 { margin-bottom: 8px; }
.jl-section-head .jl-lead { margin: 0; }
.jl-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Buttons, tags, chips */
.jl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: var(--jl-radius-sm); font-weight: 700; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s; text-align: center; }
.jl-btn:active { transform: translateY(1px); }
.jl-btn--primary { background: linear-gradient(180deg, #05964a, var(--jl-primary)); color: #fff; border-color: transparent; box-shadow: 0 6px 16px -6px rgba(0, 135, 62, .55); }
.jl-btn--primary:hover { background: linear-gradient(180deg, var(--jl-primary), var(--jl-primary-dark)); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 20px -8px rgba(0, 135, 62, .6); }
.jl-btn--yellow { background: var(--jl-yellow); color: var(--jl-dark); border-color: var(--jl-yellow); box-shadow: 0 8px 20px -8px rgba(255, 218, 106, .8); }
.jl-btn--yellow:hover { background: var(--jl-yellow-dark); border-color: var(--jl-yellow-dark); color: var(--jl-dark); }
.jl-btn--outline { background: transparent; color: var(--jl-primary); border-color: var(--jl-primary); }
.jl-btn--outline:hover { background: var(--jl-primary); color: #fff; }
.jl-btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.jl-btn--outline-light:hover { border-color: #fff; color: #fff; }
.jl-btn--ghost { background: transparent; color: var(--jl-dark); border-color: transparent; padding-inline: 12px; }
.jl-btn--ghost:hover { color: var(--jl-primary); }
.jl-btn--ghost .jl-icon { color: var(--jl-primary); }
.jl-btn--lg { padding: 16px 28px; font-size: 1.05rem; }
.jl-btn--sm { padding: 9px 16px; font-size: .875rem; }
.jl-btn--block { width: 100%; }
.jl-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; background: var(--jl-primary-light); color: var(--jl-primary); font-size: .75rem; font-weight: 800; }
.jl-badge--light { background: rgba(255, 255, 255, .22); color: #fff; }
.jl-tag { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px; background: var(--jl-surface); color: #4b5560; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.jl-tag--green { background: var(--jl-primary-light); color: var(--jl-primary); }
.jl-tag--yellow { background: #fff3c4; color: #8a6400; }
.jl-tag--muted { background: #eef0f2; color: var(--jl-muted); }
.jl-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--jl-border-2); background: #fff; color: var(--jl-dark); font-size: .8125rem; font-weight: 700; cursor: pointer; transition: all .15s; }
.jl-chip span { color: var(--jl-muted-2); font-weight: 600; }
.jl-chip:hover { border-color: var(--jl-primary); color: var(--jl-primary); }
.jl-chip.is-active { background: var(--jl-dark); border-color: var(--jl-dark); color: #fff; }
.jl-chip.is-active span { color: rgba(255, 255, 255, .7); }
.jl-flag { display: inline-block; vertical-align: -1px; border-radius: 2px; }
.jl-stars { color: #f5b400; letter-spacing: 2px; font-size: 1rem; line-height: 1; }
.jl-stars span:not(.on) { color: #dde3df; }

/* ---------- Header ---------- */
.jl-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(160%) blur(10px); -webkit-backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--jl-border); }
.jl-header.is-scrolled { box-shadow: 0 4px 20px rgba(31, 42, 51, .06); }
.jl-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.jl-header__logo { display: block; flex-shrink: 0; }
.jl-header__logo svg { height: 44px; width: auto; display: block; }
.jl-nav__list { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.jl-nav__item { position: relative; }
.jl-nav__item > a { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; font-size: .95rem; font-weight: 600; color: var(--jl-text); padding: 8px 0; }
.jl-nav__item > a:hover, .jl-nav__item.is-active > a { color: var(--jl-primary); }
.jl-nav__sub-toggle { display: none; }
.jl-mega { position: absolute; top: 100%; left: -16px; min-width: 620px; background: #fff; border: 1px solid var(--jl-border); border-radius: var(--jl-radius); box-shadow: var(--jl-shadow); padding: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s; }
.jl-nav__item:hover .jl-mega, .jl-nav__item:focus-within .jl-mega { opacity: 1; visibility: visible; transform: none; }
.jl-mega__title { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--jl-muted); margin-bottom: 8px; }
.jl-mega__link { display: block; font-size: .875rem; font-weight: 600; color: var(--jl-text); padding: 6px 0; line-height: 1.35; }
.jl-mega__link:hover { color: var(--jl-primary); }
.jl-mega__all { grid-column: 1 / -1; border-top: 1px solid var(--jl-border); padding-top: 12px; font-weight: 700; font-size: .875rem; display: inline-flex; align-items: center; gap: 6px; }
.jl-nav__mobile-extra { display: none; }
.jl-header__right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.jl-lang { position: relative; }
.jl-lang__btn { display: inline-flex; align-items: center; gap: 4px; background: none; border: 0; font-weight: 700; color: var(--jl-muted); cursor: pointer; padding: 6px; }
.jl-lang__menu { position: absolute; right: 0; top: 100%; background: #fff; border: 1px solid var(--jl-border); border-radius: var(--jl-radius-sm); box-shadow: var(--jl-shadow); min-width: 190px; padding: 8px 0; display: none; z-index: 5; }
.jl-lang.is-open .jl-lang__menu { display: block; }
.jl-lang__group { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--jl-muted-2); font-weight: 800; padding: 8px 14px 4px; }
.jl-lang__menu a { display: block; padding: 7px 14px; font-size: .875rem; font-weight: 600; color: var(--jl-text); }
.jl-lang__menu a:hover, .jl-lang__menu a[aria-current] { background: var(--jl-surface); color: var(--jl-primary); }
.jl-header__contact { display: flex; align-items: center; gap: 10px; color: inherit; }
.jl-header__avatar { width: 40px; height: 40px; border-radius: 999px; object-fit: cover; }
.jl-header__contact-text { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.jl-header__contact-name { font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--jl-muted-2); }
.jl-header__contact-phone { font-size: .95rem; font-weight: 800; color: var(--jl-primary); }
.jl-header__burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--jl-dark); }
@media (max-width: 1100px) {
	.jl-header__contact-text { display: none; }
	.jl-nav__list { gap: 18px; }
	.jl-mega { min-width: 560px; }
}
@media (max-width: 900px) {
	.jl-header__inner { height: 64px; }
	.jl-header__logo svg { height: 36px; }
	.jl-header__burger { display: block; order: 3; }
	.jl-header__right { gap: 8px; }
	.jl-header__cta, .jl-lang:not(.jl-lang--list) { display: none; }
	.jl-header__contact { width: 44px; height: 44px; border-radius: 999px; background: var(--jl-primary-light); justify-content: center; }
	.jl-header__contact .jl-header__avatar { display: none; }
	.jl-header__contact::before { content: ""; width: 20px; height: 20px; background: currentColor; color: var(--jl-primary); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat; }
	.jl-nav { position: fixed; inset: 64px 0 0; background: #fff; overflow-y: auto; padding: 16px var(--jl-gutter) 40px; display: none; }
	.jl-header.is-open .jl-nav { display: block; }
	.jl-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.jl-nav__item { border-bottom: 1px solid var(--jl-border); display: flex; flex-wrap: wrap; align-items: center; }
	.jl-nav__item > a { flex: 1; font-size: 1.05rem; padding: 14px 0; }
	.jl-nav__item > a .jl-icon { display: none; }
	.jl-nav__sub-toggle { display: inline-flex; background: none; border: 0; padding: 12px; color: var(--jl-muted); }
	.jl-mega { position: static; min-width: 0; display: none; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 0 0 12px; opacity: 1; visibility: visible; transform: none; width: 100%; }
	.jl-nav__item.is-open .jl-mega { display: grid; }
	.jl-nav__item.is-open .jl-nav__sub-toggle { transform: rotate(180deg); }
	.jl-nav__mobile-extra { display: flex; flex-direction: column; gap: 16px; padding-top: 24px; }
	.jl-nav__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.1rem; }
	.jl-lang--list { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .9rem; font-weight: 600; }
	.jl-lang--list a[aria-current] { color: var(--jl-primary); text-decoration: underline; }
}

/* ---------- Hero ---------- */
.jl-hero { background: var(--jl-surface); padding: clamp(40px, 6vw, 72px) 0 clamp(40px, 6vw, 80px); position: relative; overflow: hidden; }
.jl-hero--photo { background: #10251a; color: #fff; padding: clamp(56px, 8vw, 104px) 0 clamp(96px, 10vw, 136px); }
.jl-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; z-index: 0; }
.jl-hero--photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(10, 32, 20, .94) 0%, rgba(10, 32, 20, .82) 42%, rgba(10, 32, 20, .35) 75%, rgba(10, 32, 20, .55) 100%); }
.jl-hero--photo::after { content: ""; position: absolute; inset: auto 0 0 0; height: 160px; z-index: 1; background: linear-gradient(180deg, rgba(10, 32, 20, 0), rgba(10, 32, 20, .55)); }
.jl-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.jl-hero__content { position: relative; }
.jl-hero--photo .jl-eyebrow { color: var(--jl-yellow); }
.jl-hero__title { font-size: clamp(2.1rem, 1.3rem + 2.6vw, 3.4rem); letter-spacing: -.02em; margin-bottom: 22px; }
.jl-hero--photo .jl-hero__title { color: #fff; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.jl-hero__bullets { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-direction: column; gap: 10px; font-size: 1.05rem; font-weight: 600; color: #4b5560; }
.jl-hero--photo .jl-hero__bullets { color: rgba(255, 255, 255, .92); }
.jl-hero__bullets li { display: flex; align-items: flex-start; gap: 10px; }
.jl-hero__bullets .jl-icon { color: var(--jl-primary); margin-top: 4px; }
.jl-hero--photo .jl-hero__bullets .jl-icon { color: var(--jl-yellow); }
.jl-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.jl-hero--photo .jl-btn--ghost { color: #fff; }
.jl-hero--photo .jl-btn--ghost:hover { color: var(--jl-yellow); }
.jl-hero--photo .jl-btn--ghost .jl-icon { color: var(--jl-yellow); }
.jl-hero__trust { display: flex; align-items: center; gap: 10px; margin-top: 28px; font-size: .875rem; color: rgba(255, 255, 255, .8); }
.jl-hero:not(.jl-hero--photo) .jl-hero__trust { color: var(--jl-muted); }
.jl-hero__trust strong { color: inherit; }
.jl-hero__img { display: none; }
.jl-hero__form .jl-form { box-shadow: var(--jl-shadow); }
.jl-hero--photo .jl-hero__form .jl-form--yellow { box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .55); }
@media (min-width: 1200px) { .jl-hero:not(.jl-hero--photo) .jl-hero__content { padding-right: 190px; } .jl-hero:not(.jl-hero--photo) .jl-hero__img { display: block; position: absolute; right: -10px; bottom: -84px; width: 200px; pointer-events: none; } }
@media (max-width: 900px) { .jl-hero__grid { grid-template-columns: 1fr; } .jl-hero--photo { padding-bottom: 88px; } .jl-hero--photo::before { background: linear-gradient(180deg, rgba(10, 32, 20, .92) 0%, rgba(10, 32, 20, .8) 60%, rgba(10, 32, 20, .85) 100%); } }

/* ---------- Forms ---------- */
.jl-form { border-radius: 12px; padding: clamp(20px, 3vw, 32px); display: flex; flex-direction: column; gap: 12px; }
.jl-form--yellow { background: var(--jl-yellow); }
.jl-form--white { background: #fff; border: 1px solid var(--jl-border); }
.jl-form--dark { background: var(--jl-dark-2); color: #fff; }
.jl-form__title { font-size: 1.35rem; margin: 0; }
.jl-form--dark .jl-form__title { color: #fff; }
.jl-form__text { font-size: .9rem; margin: -4px 0 4px; color: #4b5560; }
.jl-form--dark .jl-form__text { color: #c5ccd2; }
.jl-form__label { display: block; font-size: .8125rem; font-weight: 700; color: var(--jl-dark); margin-bottom: 6px; }
.jl-form__trade { border: 0; padding: 0; margin: 0; }
.jl-form__segment { display: flex; gap: 8px; }
.jl-form__segment--auto { flex-wrap: wrap; }
.jl-form__segment label { flex: 1; position: relative; }
.jl-form__segment--auto label { flex: 0 1 auto; }
.jl-form__segment input { position: absolute; opacity: 0; inset: 0; }
.jl-form__segment span { display: block; text-align: center; padding: 12px 16px; border-radius: var(--jl-radius-sm); background: #fff; border: 1px solid var(--jl-border-2); color: var(--jl-dark); font-weight: 700; font-size: .9rem; cursor: pointer; transition: all .15s; }
.jl-form--yellow .jl-form__segment span { border-color: #e9cf72; }
.jl-form__segment input:checked + span { background: var(--jl-dark); color: #fff; border-color: var(--jl-dark); }
.jl-form__segment input:focus-visible + span { outline: 2px solid var(--jl-primary); outline-offset: 2px; }
.jl-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.jl-form__field { display: block; }
.jl-form input:not([type=checkbox]):not([type=radio]):not([type=range]), .jl-form select, .jl-form textarea { width: 100%; padding: 13px 16px; border-radius: var(--jl-radius-sm); border: 1px solid var(--jl-border-2); background: #fff; font: inherit; font-size: .95rem; color: var(--jl-dark); }
.jl-form--yellow input, .jl-form--yellow select { border-color: transparent; }
.jl-form input:focus, .jl-form select:focus, .jl-form textarea:focus { outline: 2px solid var(--jl-primary); outline-offset: 0; border-color: var(--jl-primary); }
.jl-form .is-invalid input, .jl-form .is-invalid select, .jl-form .is-invalid textarea, .jl-form .is-invalid .jl-form__segment span { border-color: #d33 !important; }
.jl-form__hp { position: absolute !important; left: -9999px; }
.jl-form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: .78rem; line-height: 1.45; color: #4b5560; cursor: pointer; }
.jl-form__consent input { width: 18px; height: 18px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--jl-primary); }
.jl-form__consent a { color: inherit; text-decoration: underline; }
.jl-form--dark .jl-form__consent { color: #c5ccd2; }
.jl-form__consent.is-invalid { color: #d33; }
.jl-form__msg { margin: 0; font-size: .9rem; font-weight: 700; min-height: 0; }
.jl-form__msg:empty { display: none; }
.jl-form__msg.is-ok { color: var(--jl-primary-dark); }
.jl-form__msg.is-error { color: #b91c1c; }
.jl-form.is-done .jl-form__msg.is-ok { font-size: 1.05rem; padding: 12px 0; }
@media (max-width: 480px) { .jl-form__grid { grid-template-columns: 1fr; } }

/* ---------- Stats (floating card under hero) ---------- */
.jl-stats { position: relative; z-index: 3; margin-top: -64px; }
.jl-stats__card { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 28px 32px; background: #fff; border-radius: var(--jl-radius); box-shadow: var(--jl-shadow); border: 1px solid var(--jl-border); }
.jl-stat { display: flex; align-items: center; gap: 12px; color: inherit; }
.jl-stat__value { font-size: 1.85rem; font-weight: 800; color: var(--jl-primary); white-space: nowrap; letter-spacing: -.02em; }
.jl-stat__label { font-size: .875rem; color: #4b5560; line-height: 1.3; }
.jl-hero:not(.jl-hero--photo) + .jl-stats { margin-top: 0; }
.jl-hero:not(.jl-hero--photo) + .jl-stats .jl-stats__card { box-shadow: none; border-radius: 0; border-inline: 0; }
@media (max-width: 800px) { .jl-stats { margin-top: -48px; } .jl-stats__card { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 20px; } }

/* ---------- Jobs ---------- */
.jl-jobs { padding: clamp(48px, 6vw, 80px) 0; }
.jl-jobs--archive { padding-top: 32px; }
.jl-filters { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.jl-filters__group { display: flex; gap: 8px; flex-wrap: wrap; }
.jl-filters__toggle { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 600; cursor: pointer; }
.jl-filters__toggle input { accent-color: var(--jl-primary); width: 16px; height: 16px; }
.jl-filters__view { display: flex; gap: 6px; }
.jl-jobs__list--card { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jl-jobs__list--row { display: flex; flex-direction: column; gap: 14px; }
.jl-jobs__empty { grid-column: 1 / -1; background: var(--jl-surface); padding: 24px; border-radius: var(--jl-radius); text-align: center; color: var(--jl-muted); }
.jl-job { border: 1px solid var(--jl-border); border-radius: var(--jl-radius); background: #fff; box-shadow: var(--jl-shadow-card); transition: box-shadow .2s, border-color .2s, transform .2s; }
.jl-job:hover { box-shadow: var(--jl-shadow); border-color: transparent; transform: translateY(-2px); }
.jl-job.is-occupied { opacity: .7; }
.jl-job--card { padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.jl-job--row { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 18px 20px; }
.jl-job__thumb { width: 96px; height: 72px; border-radius: 8px; overflow: hidden; background: var(--jl-border); display: flex; align-items: center; justify-content: center; color: var(--jl-muted-2); }
.jl-job__thumb img { width: 100%; height: 100%; object-fit: cover; }
.jl-job__meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.jl-job__loc { display: inline-flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--jl-muted); }
.jl-job__title { font-size: 1.15rem; margin: 0; line-height: 1.3; }
.jl-job__title a { color: var(--jl-dark); }
.jl-job__title a:hover { color: var(--jl-primary); }
.jl-job__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.jl-job__side { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.jl-job--card .jl-job__side { flex-direction: row; justify-content: space-between; align-items: center; margin-top: auto; }
.jl-job__salary { font-size: 1.35rem; font-weight: 800; color: var(--jl-primary); white-space: nowrap; }
.jl-job__salary small { font-size: .8rem; color: var(--jl-muted); font-weight: 600; }
.jl-jobs__cta { margin-top: 40px; background: var(--jl-surface); border-radius: 12px; padding: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.jl-jobs__cta h3 { margin-bottom: 4px; }
.jl-jobs__cta p { margin: 0; color: #4b5560; }
.jl-map { margin-bottom: 24px; border-radius: 12px; overflow: hidden; border: 1px solid var(--jl-border); }
.jl-map__canvas { height: 520px; background: var(--jl-surface); }
.jl-map--single { margin-top: 32px; }
.jl-map--single .jl-map__canvas { height: 320px; }
.jl-pin { background: none; border: 0; }
@media (max-width: 1000px) { .jl-jobs__list--card { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
	.jl-jobs__list--card { grid-template-columns: 1fr; }
	.jl-job--row { grid-template-columns: 1fr; gap: 12px; }
	.jl-job__thumb { display: none; }
	.jl-job--row .jl-job__side { flex-direction: row; justify-content: space-between; align-items: center; }
	.jl-map__canvas { height: 380px; }
}

/* ---------- Services ---------- */
.jl-services--dark { background: radial-gradient(900px 500px at 15% 20%, rgba(0, 135, 62, .35), transparent 60%), radial-gradient(700px 400px at 90% 90%, rgba(255, 218, 106, .12), transparent 60%), var(--jl-dark); color: #fff; padding: clamp(56px, 7vw, 96px) 0; position: relative; }
.jl-services--dark .jl-h2 { color: #fff; }
.jl-services--dark .jl-lead { color: #c5ccd2; }
.jl-services__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.jl-services__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.jl-service-card { background: linear-gradient(160deg, #2e3d4a, #26333e); border: 1px solid rgba(255, 255, 255, .06); border-radius: var(--jl-radius); padding: 22px; color: #fff; display: flex; flex-direction: column; gap: 6px; transition: background .15s, transform .15s, border-color .15s; }
.jl-service-card:hover { background: linear-gradient(160deg, #35455a, #2b3a48); border-color: rgba(255, 218, 106, .5); color: #fff; transform: translateY(-3px); }
.jl-service-card__region { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--jl-yellow); }
.jl-service-card__title { font-size: 1.05rem; font-weight: 800; }
.jl-service-card__text { font-size: .8125rem; color: #c5ccd2; line-height: 1.45; }
.jl-services--light { padding: 32px 0 clamp(48px, 6vw, 80px); }
.jl-services__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jl-service-tile { border: 1px solid var(--jl-border); border-radius: var(--jl-radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: box-shadow .15s; }
.jl-service-tile:hover { box-shadow: var(--jl-shadow); }
.jl-service-tile__region { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--jl-primary); }
.jl-service-tile__title { font-size: 1.15rem; margin: 0; }
.jl-service-tile__title a { color: var(--jl-dark); }
.jl-service-tile p { color: #4b5560; font-size: .95rem; flex: 1; margin: 0; }
.jl-service-tile__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding-top: 6px; }
.jl-service-tile__price { font-weight: 800; color: var(--jl-primary); font-size: .9rem; }
@media (max-width: 1000px) { .jl-services__grid { grid-template-columns: 1fr; } .jl-services__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .jl-services__cards, .jl-services__list { grid-template-columns: 1fr; } }

/* ---------- Benefits + assistant teaser ---------- */
.jl-benefits { padding: clamp(48px, 6vw, 80px) 0; }
.jl-benefits__grid--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.jl-benefits__list { display: grid; grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); gap: 24px; margin: 24px 0; }
.jl-benefit { display: flex; flex-direction: column; gap: 6px; }
.jl-benefit__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--jl-primary-light); color: var(--jl-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.jl-benefit__title { font-size: 1.05rem; margin: 0; }
.jl-benefit p { font-size: .9rem; color: #4b5560; margin: 0; }
.jl-assistant-teaser { background: linear-gradient(160deg, #ffffff, #f1f6f2); border: 1px solid var(--jl-border); border-radius: var(--jl-radius); box-shadow: var(--jl-shadow-card); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.jl-assistant-teaser__head { display: flex; align-items: center; gap: 12px; }
.jl-assistant-teaser__icon { width: 40px; height: 40px; border-radius: 999px; background: var(--jl-primary); color: #fff; display: flex; align-items: center; justify-content: center; }
.jl-assistant-teaser__title { font-weight: 800; color: var(--jl-dark); }
.jl-assistant-teaser__sub { font-size: .75rem; font-weight: 700; color: var(--jl-primary); }
.jl-assistant-teaser p { margin: 0; font-size: .95rem; color: #4b5560; }
.jl-assistant-teaser__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.jl-assistant-teaser__form { display: flex; gap: 8px; }
.jl-assistant-teaser__form input { flex: 1; padding: 12px 14px; border: 1px solid var(--jl-border-2); border-radius: var(--jl-radius-sm); font: inherit; min-width: 0; }
@media (max-width: 900px) { .jl-benefits__grid--split { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .jl-benefits__list { grid-template-columns: 1fr !important; } }

/* ---------- Help cards ---------- */
.jl-help { padding: clamp(48px, 6vw, 80px) 0; background: var(--jl-surface); }
.jl-help__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jl-help__card { background: #fff; border: 1px solid var(--jl-border); border-radius: var(--jl-radius); padding: 28px; display: flex; flex-direction: column; gap: 10px; text-align: left; color: inherit; cursor: pointer; box-shadow: var(--jl-shadow-card); transition: box-shadow .2s, transform .2s; }
.jl-help__card:hover { transform: translateY(-3px); }
.jl-help__card:hover { box-shadow: var(--jl-shadow); color: inherit; }
.jl-help__card h3 { margin: 0; font-size: 1.15rem; }
.jl-help__card p { margin: 0; color: #4b5560; font-size: .95rem; flex: 1; }
.jl-help__icon { width: 44px; height: 44px; border-radius: 10px; background: var(--jl-primary-light); color: var(--jl-primary); display: flex; align-items: center; justify-content: center; }
.jl-help__card--assistant .jl-help__icon { background: var(--jl-yellow); color: var(--jl-dark); }
@media (max-width: 800px) { .jl-help__grid { grid-template-columns: 1fr; } }

/* ---------- Calculator ---------- */
.jl-calc { padding: clamp(48px, 6vw, 80px) 0; }
.jl-calc__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.jl-calc__disclaimer { font-size: .8rem; color: var(--jl-muted); }
.jl-calc__box { background: radial-gradient(500px 300px at 100% 0%, rgba(0, 135, 62, .45), transparent 60%), var(--jl-dark); color: #fff; border-radius: var(--jl-radius); padding: 32px; display: flex; flex-direction: column; gap: 24px; box-shadow: var(--jl-shadow); }
.jl-calc__field { display: flex; flex-direction: column; gap: 10px; }
.jl-calc__field > span { display: flex; justify-content: space-between; font-size: .9rem; color: #c5ccd2; }
.jl-calc__field strong { color: #fff; font-size: 1.05rem; }
.jl-calc input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: linear-gradient(to right, var(--jl-yellow) var(--p, 50%), #4b5560 var(--p, 50%)); outline: none; }
.jl-calc input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 999px; background: #fff; border: 4px solid var(--jl-yellow); cursor: pointer; }
.jl-calc input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 999px; background: #fff; border: 4px solid var(--jl-yellow); cursor: pointer; }
.jl-calc__result { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid rgba(255, 255, 255, .15); padding-top: 20px; }
.jl-calc__result span { color: #c5ccd2; }
.jl-calc__result strong { font-size: 2.25rem; color: var(--jl-yellow); }
@media (max-width: 800px) { .jl-calc__grid { grid-template-columns: 1fr; } }

/* ---------- Reviews ---------- */
.jl-reviews { padding: clamp(48px, 6vw, 72px) 0; background: var(--jl-surface); }
.jl-reviews--all { background: #fff; padding-top: 16px; }
.jl-reviews__summary { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--jl-dark); }
.jl-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jl-review { position: relative; background: #fff; border-radius: var(--jl-radius); padding: 28px 24px 24px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--jl-border); box-shadow: var(--jl-shadow-card); }
.jl-review::before { content: "\201E"; position: absolute; right: 22px; top: 6px; font-size: 5rem; line-height: 1; font-weight: 800; color: var(--jl-primary-light); font-family: Georgia, serif; }
.jl-review__text { margin: 0; font-size: .95rem; line-height: 1.55; flex: 1; }
.jl-review__author { display: flex; justify-content: space-between; gap: 8px; font-size: .8125rem; font-weight: 700; color: var(--jl-muted); }
.jl-review__author time { font-weight: 600; color: var(--jl-muted-2); }
@media (max-width: 900px) { .jl-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .jl-reviews__grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.jl-faq { padding: 16px 0 clamp(48px, 6vw, 80px); }
.jl-faq__layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.jl-faq__nav { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 4px; }
.jl-faq__nav a { display: flex; justify-content: space-between; padding: 10px 14px; border-radius: var(--jl-radius-sm); font-weight: 700; color: var(--jl-dark); font-size: .9rem; }
.jl-faq__nav a span { color: var(--jl-muted-2); font-weight: 600; }
.jl-faq__nav a:hover { background: var(--jl-surface); color: var(--jl-primary); }
.jl-faq__nav-cta { margin-top: 20px; background: var(--jl-surface); border-radius: var(--jl-radius); padding: 18px; }
.jl-faq__nav-cta p { font-weight: 700; margin-bottom: 10px; }
.jl-faq__group { margin-bottom: 40px; }
.jl-faq__group .jl-h3 { margin-bottom: 12px; padding-top: 8px; }
.jl-faq__item { border-bottom: 1px solid var(--jl-border); }
.jl-faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; font-weight: 700; font-size: 1.02rem; color: var(--jl-dark); cursor: pointer; list-style: none; }
.jl-faq__item summary::-webkit-details-marker { display: none; }
.jl-faq__item summary .jl-icon { color: var(--jl-muted-2); transition: transform .2s; flex-shrink: 0; }
.jl-faq__item[open] summary .jl-icon { transform: rotate(180deg); }
.jl-faq__item[open] summary { color: var(--jl-primary); }
.jl-faq__answer { padding: 0 0 18px; color: #4b5560; max-width: 70ch; }
.jl-faq__answer p:last-child { margin-bottom: 0; }
.jl-faq__outro { background: var(--jl-surface); border-radius: var(--jl-radius); padding: 24px; }
.jl-faq__outro h3 { margin-bottom: 6px; }
.jl-faq__outro p { margin: 0; }
@media (max-width: 900px) { .jl-faq__layout { grid-template-columns: 1fr; } .jl-faq__nav { position: static; flex-direction: row; flex-wrap: wrap; } .jl-faq__nav-cta { display: none; } }

/* ---------- Articles ---------- */
.jl-articles { padding: 16px 0 clamp(48px, 6vw, 80px); }
.jl-articles--related { background: var(--jl-surface); padding-top: clamp(40px, 5vw, 64px); }
.jl-articles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jl-article-card { border: 1px solid var(--jl-border); border-radius: var(--jl-radius); background: #fff; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s; }
.jl-article-card:hover { box-shadow: var(--jl-shadow); }
.jl-article-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.jl-article-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.jl-article-card h3 { font-size: 1.1rem; margin: 0; }
.jl-article-card h3 a { color: var(--jl-dark); }
.jl-article-card h3 a:hover { color: var(--jl-primary); }
.jl-article-card p { margin: 0; color: #4b5560; font-size: .9rem; flex: 1; }
.jl-article__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(32px, 5vw, 64px); align-items: start; padding: 32px 0 clamp(48px, 6vw, 80px); }
.jl-article__aside { position: sticky; top: 96px; }
.jl-article__date { font-size: .85rem; color: var(--jl-muted); margin-bottom: 20px; }
.jl-article__image img { border-radius: 12px; margin-bottom: 24px; }
.jl-back-wrap { margin: 0 0 12px; }
@media (max-width: 1000px) { .jl-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jl-article__grid { grid-template-columns: 1fr; } .jl-article__aside { position: static; } }
@media (max-width: 600px) { .jl-articles__grid { grid-template-columns: 1fr; } }

/* ---------- Prose (article / legal / service text) ---------- */
.jl-prose { font-size: 1.05rem; line-height: 1.7; }
.jl-prose--narrow { max-width: 780px; padding-block: 24px 48px; }
.jl-prose h2 { font-size: 1.6rem; margin: 1.6em 0 .5em; }
.jl-prose h2:first-child { margin-top: 0; }
.jl-prose h3 { font-size: 1.25rem; margin: 1.4em 0 .4em; }
.jl-prose ul, .jl-prose ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.jl-prose li { margin-bottom: .4em; }
.jl-prose li::marker { color: var(--jl-primary); font-weight: 700; }
.jl-prose a { text-decoration: underline; text-underline-offset: 2px; }
.jl-prose table, .wp-block-table table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 0 0 1.5em; }
.jl-prose th, .jl-prose td, .wp-block-table th, .wp-block-table td { border: 1px solid var(--jl-border); padding: 10px 12px; text-align: left; vertical-align: top; }
.jl-prose th, .wp-block-table th { background: var(--jl-surface); font-weight: 800; }
.jl-prose img { border-radius: 10px; }
.jl-prose blockquote { border-left: 4px solid var(--jl-yellow); margin: 0 0 1.2em; padding: 6px 0 6px 20px; color: #4b5560; }
.wp-block-table { overflow-x: auto; }
.wp-block-buttons { margin-top: 20px; }
.wp-block-button__link { border-radius: 6px !important; font-weight: 700; padding: 12px 22px; }

/* ---------- Page hero ---------- */
.jl-page-hero { background: linear-gradient(135deg, #f1f6f2 0%, #f8f9f8 55%, #fff8dd 130%); border-bottom: 1px solid var(--jl-border); padding: clamp(36px, 5vw, 64px) 0 clamp(28px, 4vw, 44px); }
.jl-page-hero .jl-h1 { margin-bottom: 12px; }
.jl-page-hero .jl-lead { margin: 0; }
.jl-page-hero--service { padding-bottom: clamp(40px, 5vw, 64px); }
.jl-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.jl-page-hero__form .jl-form { box-shadow: var(--jl-shadow); }
.jl-section-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.jl-section-nav a { font-size: .8125rem; font-weight: 700; padding: 7px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--jl-border-2); color: var(--jl-dark); }
.jl-section-nav a:hover { border-color: var(--jl-primary); color: var(--jl-primary); }
@media (max-width: 900px) { .jl-page-hero__grid { grid-template-columns: 1fr; } }

/* ---------- Cards ---------- */
.jl-card { background: #fff; border: 1px solid var(--jl-border); border-radius: 12px; padding: 22px; }
.jl-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.jl-card p { font-size: .95rem; color: #4b5560; }
.jl-card p:last-child { margin-bottom: 0; }
.jl-card--muted { background: var(--jl-surface); }
.jl-card--muted .jl-btn { margin-top: 8px; }
.jl-card--contact { display: flex; gap: 14px; align-items: center; line-height: 1.4; }
.jl-card--contact a { font-weight: 800; }
.jl-card--contact small { color: var(--jl-muted); }
.jl-card--assistant { display: flex; gap: 14px; align-items: center; text-align: left; cursor: pointer; width: 100%; color: var(--jl-dark); background: var(--jl-yellow-light); border-color: var(--jl-yellow); }
.jl-card--assistant .jl-icon { color: var(--jl-primary); flex-shrink: 0; }
.jl-card--assistant:hover { background: #fff3c4; }
.jl-card__link { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--jl-border); font-size: .9rem; font-weight: 700; color: var(--jl-dark); }
.jl-card__link:last-child { border-bottom: 0; }
.jl-card__link:hover { color: var(--jl-primary); }
.jl-avatar { width: 56px; height: 56px; border-radius: 999px; object-fit: cover; flex-shrink: 0; }

/* ---------- Job detail ---------- */
.jl-job-detail { padding: 32px 0 clamp(48px, 6vw, 80px); }
.jl-job-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(32px, 5vw, 64px); align-items: start; margin-bottom: 56px; }
.jl-job-detail__aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.jl-job-detail .jl-h1 { font-size: clamp(1.75rem, 1.2rem + 2vw, 2.75rem); }
.jl-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.jl-facts > div { background: var(--jl-surface); border-radius: var(--jl-radius); padding: 14px 16px; }
.jl-facts dt { display: flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--jl-muted); margin-bottom: 4px; }
.jl-facts dt .jl-icon { color: var(--jl-primary); }
.jl-facts dd { margin: 0; font-weight: 800; color: var(--jl-dark); }
.jl-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.jl-gallery img { aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; width: 100%; }
.jl-job-detail .jl-h3 { margin: 40px 0 16px; }
@media (max-width: 1000px) { .jl-job-detail__grid { grid-template-columns: 1fr; } .jl-job-detail__aside { position: static; } .jl-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .jl-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Service detail ---------- */
.jl-service-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; padding: clamp(40px, 5vw, 64px) var(--jl-gutter); }
.jl-service-detail__aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.jl-service-section { scroll-margin-top: 96px; margin-bottom: 40px; }
.jl-reasons { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.jl-reasons li { display: flex; gap: 10px; align-items: flex-start; }
.jl-reasons .jl-icon { color: var(--jl-primary); margin-top: 5px; }
.jl-steps { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 16px; counter-reset: s; }
.jl-steps li { display: flex; gap: 16px; align-items: flex-start; }
.jl-steps__n { width: 36px; height: 36px; border-radius: 999px; background: var(--jl-yellow); color: var(--jl-dark); font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jl-steps p { margin: 4px 0 0; color: #4b5560; font-size: .95rem; }
.jl-pricing { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.jl-price { border: 1px solid var(--jl-border); border-radius: var(--jl-radius); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.jl-price__name { font-weight: 800; color: var(--jl-dark); font-size: 1.05rem; margin-bottom: 4px; }
.jl-price__row { display: flex; justify-content: space-between; border-bottom: 1px dashed var(--jl-border-2); padding: 6px 0; }
.jl-price__row strong { color: var(--jl-primary); font-size: 1.1rem; }
.jl-price .jl-btn { margin-top: 10px; align-self: flex-start; }
.jl-cta-band { background: var(--jl-dark); color: #fff; padding: clamp(40px, 6vw, 72px) 0; text-align: center; }
.jl-cta-band .jl-h2 { color: #fff; max-width: 720px; margin-inline: auto; margin-bottom: 24px; }
@media (max-width: 1000px) { .jl-service-detail__grid { grid-template-columns: 1fr; } .jl-service-detail__aside { position: static; } }
@media (max-width: 600px) { .jl-pricing { grid-template-columns: 1fr; } }

/* ---------- Team ---------- */
.jl-team { padding: clamp(48px, 6vw, 80px) 0; background: var(--jl-surface); }
.jl-team__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.jl-team__member { text-align: center; }
.jl-team__member img, .jl-team__ph { width: 120px; height: 120px; border-radius: 999px; object-fit: cover; margin: 0 auto 12px; }
.jl-team__ph { background: var(--jl-border); display: flex; align-items: center; justify-content: center; color: var(--jl-muted-2); }
.jl-team__name { font-weight: 800; color: var(--jl-dark); }
.jl-team__role { font-size: .85rem; color: var(--jl-muted); }
@media (max-width: 900px) { .jl-team__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .jl-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Contact ---------- */
.jl-contact { padding: 24px 0 clamp(48px, 6vw, 80px); }
.jl-contact__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 56px; }
.jl-contact__card { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; padding: 24px; border: 1px solid var(--jl-border); border-radius: 12px; background: #fff; color: var(--jl-dark); text-align: left; cursor: pointer; transition: box-shadow .15s; }
.jl-contact__card:hover { box-shadow: var(--jl-shadow); color: var(--jl-dark); }
.jl-contact__card .jl-icon { color: var(--jl-primary); margin-bottom: 8px; }
.jl-contact__card strong { font-size: 1.05rem; word-break: break-word; }
.jl-contact__card span { font-size: .85rem; color: var(--jl-muted); }
.jl-offices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-bottom: 56px; }
.jl-office { border: 1px solid var(--jl-border); border-radius: 12px; overflow: hidden; display: grid; grid-template-columns: 200px minmax(0, 1fr); }
.jl-office img { width: 100%; height: 100%; object-fit: cover; }
.jl-office__body { padding: 22px; }
.jl-office__body h3 { margin-bottom: 6px; }
.jl-office__body p { margin-bottom: 8px; color: #4b5560; }
.jl-office__body a { font-weight: 700; }
.jl-contact__form { max-width: 640px; }
@media (max-width: 1000px) { .jl-contact__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jl-offices { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .jl-office { grid-template-columns: 1fr; } .jl-office img { max-height: 180px; } }

/* ---------- Questionnaire ---------- */
.jl-quiz { padding: 24px 0 clamp(48px, 6vw, 80px); }
.jl-quiz__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.jl-quiz__form { gap: 0; }
.jl-quiz__steps { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.jl-quiz__steps li { display: flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 700; color: var(--jl-muted-2); padding-bottom: 10px; border-bottom: 3px solid var(--jl-border); }
.jl-quiz__steps li span { width: 24px; height: 24px; border-radius: 999px; background: var(--jl-border); color: var(--jl-muted); display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; }
.jl-quiz__steps li.is-active { color: var(--jl-dark); border-color: var(--jl-primary); }
.jl-quiz__steps li.is-active span { background: var(--jl-primary); color: #fff; }
.jl-quiz__steps li.is-done { color: var(--jl-primary); border-color: var(--jl-primary); cursor: pointer; }
.jl-quiz__steps li.is-done span { background: var(--jl-primary-light); color: var(--jl-primary); }
.jl-quiz__step { border: 0; padding: 0; margin: 0; min-width: 0; }
.jl-quiz__legend { padding: 0; margin-bottom: 20px; }
.jl-quiz__legend .jl-h3 { margin-bottom: 6px; }
.jl-quiz__legend .jl-lead { margin: 0; font-size: 1rem; }
.jl-quiz__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.jl-quiz__field { display: block; min-width: 0; }
.jl-quiz__full { grid-column: 1 / -1; }
.jl-quiz__checks { border: 0; padding: 0; margin: 0; }
.jl-quiz__check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 14px; }
.jl-check { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; cursor: pointer; padding: 4px 0; }
.jl-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--jl-primary); flex-shrink: 0; }
.jl-quiz__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.jl-quiz__nav .jl-btn:last-child { margin-left: auto; }
.jl-quiz__aside { position: sticky; top: 96px; }
@media (max-width: 1000px) { .jl-quiz__layout { grid-template-columns: 1fr; } .jl-quiz__aside { position: static; } }
@media (max-width: 700px) { .jl-quiz__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jl-quiz__fields { grid-template-columns: 1fr; } .jl-quiz__check-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.jl-footer { background: var(--jl-footer); color: #c5ccd2; font-size: .9rem; margin-top: 0; border-top: 4px solid var(--jl-primary); }
.jl-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: clamp(40px, 5vw, 56px) var(--jl-gutter) 32px; }
.jl-footer__col { display: flex; flex-direction: column; gap: 8px; }
.jl-footer__col > a { color: #c5ccd2; }
.jl-footer__col > a:hover { color: #fff; }
.jl-footer__title { color: #fff; font-weight: 800; margin-bottom: 4px; }
.jl-footer__brand { color: #fff; font-weight: 800; font-size: 1.1rem; }
.jl-footer__about p { margin: 0; line-height: 1.6; }
.jl-footer__contact { display: flex; gap: 12px; align-items: flex-start; margin-top: 8px; line-height: 1.6; }
.jl-footer__contact a { color: #fff; font-weight: 700; }
.jl-footer__avatar { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; }
.jl-footer__name { color: #fff; font-weight: 800; }
.jl-footer__name span { color: #c5ccd2; font-weight: 600; }
.jl-footer__buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.jl-footer__buttons .jl-btn { padding: 8px 14px; font-size: .8125rem; }
.jl-footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 18px 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .8125rem; color: #8a939c; }
.jl-footer__bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.jl-footer__bottom-links a { color: #c5ccd2; }
.jl-footer__bottom-links a:hover { color: #fff; }
@media (max-width: 900px) { .jl-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .jl-footer__grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Editor helpers ---------- */
.editor-styles-wrapper .jl-header, .editor-styles-wrapper .jl-footer { pointer-events: none; }

/* Numbered steps inside service text */
.jl-prose-steps { list-style: none; padding: 0; counter-reset: st; display: flex; flex-direction: column; gap: 12px; }
.jl-prose-steps li { position: relative; padding-left: 52px; min-height: 36px; }
.jl-prose-steps li::before { counter-increment: st; content: counter(st); position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 999px; background: var(--jl-yellow); color: var(--jl-dark); font-weight: 800; display: flex; align-items: center; justify-content: center; }
fieldset.jl-quiz__field { border: 0; padding: 0; margin: 0; min-width: 0; }

/* ---------- Home: map + list split ---------- */
.jl-jobs__split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .95fr); gap: 20px; align-items: stretch; }
.jl-map--split { margin: 0; position: relative; }
.jl-map--split .jl-map__canvas { height: 100%; min-height: 560px; }
.jl-map__legend { position: absolute; left: 12px; bottom: 12px; z-index: 500; background: rgba(255, 255, 255, .92); border-radius: 8px; padding: 8px 12px; display: flex; gap: 14px; font-size: .75rem; font-weight: 700; color: var(--jl-dark); box-shadow: var(--jl-shadow-sm); }
.jl-map__legend i { display: inline-block; width: 10px; height: 10px; border-radius: 999px; margin-right: 6px; vertical-align: -1px; }
.jl-jobs__list--side { display: flex; flex-direction: column; gap: 10px; max-height: 560px; overflow-y: auto; padding-right: 6px; scrollbar-width: thin; }
.jl-job--side { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: center; padding: 14px 16px; }
.jl-job--side .jl-job__thumb { width: 72px; height: 60px; }
.jl-job--side .jl-job__title { font-size: 1rem; }
.jl-job--side .jl-job__side { grid-column: 2; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 4px; }
.jl-job--side .jl-job__salary { font-size: 1.1rem; }
.jl-job.is-hover, .jl-job--side:hover { border-color: var(--jl-primary); box-shadow: 0 0 0 3px var(--jl-primary-light); }
.jl-pin.is-active svg { filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .35)); }
.jl-pin svg { transition: transform .15s; }
.leaflet-popup-content-wrapper { border-radius: 10px; box-shadow: var(--jl-shadow); }
.leaflet-popup-content { margin: 14px 16px; font-family: inherit; }
.jl-map__popup { display: flex; flex-direction: column; gap: 4px; font-size: .875rem; min-width: 200px; }
.jl-map__popup strong { color: var(--jl-dark); font-size: .95rem; line-height: 1.3; }
.jl-map__popup span { color: var(--jl-muted); }
.jl-map__popup-salary { color: var(--jl-primary) !important; font-weight: 800; }
.jl-map__popup .jl-btn { margin-top: 8px; align-self: flex-start; color: #fff !important; }
@media (max-width: 900px) { .jl-jobs__split { grid-template-columns: 1fr; } .jl-map--split .jl-map__canvas { min-height: 380px; } .jl-jobs__list--side { max-height: none; overflow: visible; } }

/* ---------- CTA band with photo ---------- */
.jl-cta { position: relative; overflow: hidden; background: var(--jl-dark); color: #fff; padding: clamp(64px, 9vw, 120px) 0; }
.jl-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.jl-cta.has-bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 32, 20, .95) 0%, rgba(10, 32, 20, .8) 50%, rgba(10, 32, 20, .3) 100%); }
.jl-cta__inner { position: relative; }
.jl-cta__text { max-width: 620px; }
.jl-cta .jl-h2 { color: #fff; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem); }
.jl-cta .jl-lead { color: rgba(255, 255, 255, .85); margin-bottom: 28px; }
.jl-cta .jl-btn--outline-light { border-color: rgba(255, 255, 255, .5); }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
	.jl-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
	.jl-reveal.is-in { opacity: 1; transform: none; }
}
