:root {
    --wjct-ink: #151812;
    --wjct-ink-soft: #373b33;
    --wjct-muted: #6e7469;
    --wjct-line: #e0e3db;
    --wjct-soft: #f5f6f2;
    --wjct-accent: #697208;
    --wjct-accent-light: #9ba337;
    --wjct-dark: #151a1b;
    --wjct-max: 1180px;
}

.wjct-page,
.wjct-page * { box-sizing: border-box; }
.wjct-page { overflow: hidden; background: #fff; color: var(--wjct-ink); }
.wjct-page svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.wjct-container { width: min(calc(100% - 40px), var(--wjct-max)); margin-inline: auto; }

.wjct-hero { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(100deg, #121718 0%, #171c1d 53%, #272c2b 100%); color: #fff; }
.wjct-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(9,13,14,.99) 0%, rgba(9,13,14,.94) 39%, rgba(9,13,14,.44) 72%, rgba(9,13,14,.25) 100%); }
.wjct-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent 66%); }
.wjct-hero__image { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 64%; background-repeat: no-repeat; background-size: cover; background-position: center; filter: saturate(.72) contrast(1.06); }
.wjct-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding-top: 60px; padding-bottom: 60px; }
.wjct-kicker { margin: 0 0 14px; color: #c4ce52; font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.wjct-page h1 { margin: 0; color: #fff; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.052em; font-weight: 780; }
.wjct-hero__subtitle { margin: 20px 0 0; color: #c4ce52; font-size: clamp(18px, 2vw, 23px); line-height: 1.35; font-weight: 680; }
.wjct-hero__lead { max-width: 600px; margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.7; }

.wjct-main-section { padding: 72px 0 78px; background: linear-gradient(180deg, #fff, #f8f9f6); }
.wjct-main-grid { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr); gap: 22px; align-items: stretch; }
.wjct-left-column { display: grid; gap: 18px; }
.wjct-card,
.wjct-map-card { border: 1px solid var(--wjct-line); border-radius: 16px; background: #fff; box-shadow: 0 15px 45px rgba(25,32,23,.06); }
.wjct-card { padding: 28px; }
.wjct-card-heading { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--wjct-line); }
.wjct-card-heading p { margin: 0 0 3px; color: var(--wjct-accent); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.wjct-card-heading h2 { margin: 0; color: var(--wjct-ink); font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.wjct-card-heading--compact { padding-bottom: 18px; }
.wjct-card-heading--compact h2 { font-size: 20px; }
.wjct-heading-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(145deg, #7b850a, #4f5703); color: #fff; font-size: 29px; box-shadow: 0 10px 22px rgba(105,114,8,.22); }

.wjct-contact-list { display: block; margin: 0; font-style: normal; }
.wjct-contact-row { display: grid; grid-template-columns: 37px 1fr; gap: 15px; align-items: center; min-height: 71px; padding: 13px 0; border-bottom: 1px solid var(--wjct-line); color: inherit !important; text-decoration: none !important; transition: background .2s ease, padding .2s ease; }
a.wjct-contact-row:hover { margin-inline: -9px; padding-inline: 9px; border-radius: 8px; background: var(--wjct-soft); }
.wjct-contact-row:last-child { border-bottom: 0; }
.wjct-contact-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; background: rgba(105,114,8,.1); color: var(--wjct-accent); font-size: 21px; }
.wjct-contact-row small { display: block; margin-bottom: 3px; color: var(--wjct-muted); font-size: 11px; line-height: 1.2; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.wjct-contact-row strong { display: block; color: var(--wjct-ink); font-size: 14px; line-height: 1.55; font-weight: 680; }
.wjct-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 23px; }
.wjct-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--wjct-accent); border-radius: 7px; background: var(--wjct-accent); color: #fff !important; text-decoration: none !important; font-size: 14px; font-weight: 760; transition: transform .2s ease, background .2s ease; }
.wjct-button:hover { transform: translateY(-2px); background: #555d04; }
.wjct-button--secondary { background: transparent; color: var(--wjct-accent) !important; }
.wjct-button--secondary:hover { background: rgba(105,114,8,.08); }

.wjct-guide-card { padding-bottom: 25px; }
.wjct-guide-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.wjct-guide-list li { position: relative; padding-left: 22px; color: var(--wjct-ink-soft); font-size: 14px; line-height: 1.55; }
.wjct-guide-list li::before { content: ""; position: absolute; left: 1px; top: .58em; width: 7px; height: 7px; border-radius: 50%; background: var(--wjct-accent); box-shadow: 0 0 0 5px rgba(105,114,8,.09); }

.wjct-map-card { display: flex; min-height: 100%; overflow: hidden; flex-direction: column; }
.wjct-map-image { position: relative; display: block; flex: 1; min-height: 610px; overflow: hidden; background: #eef3e8; }
.wjct-map-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.wjct-map-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 50% 50%; transition: transform .4s ease; }
.wjct-map-image:hover img { transform: scale(1.015); }
.wjct-map-badge { position: absolute; top: 43%; left: 50.2%; display: grid; min-width: 220px; padding: 13px 16px 13px 45px; border: 1px solid rgba(105,114,8,.38); border-radius: 10px; background: rgba(255,255,255,.95); color: var(--wjct-ink); box-shadow: 0 13px 30px rgba(22,27,20,.16); backdrop-filter: blur(7px); transform: translate(0,-50%); }
.wjct-map-badge::before { content: ""; position: absolute; left: 14px; top: 16px; width: 20px; height: 20px; border: 7px solid var(--wjct-accent); border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); }
.wjct-map-badge b { font-size: 14px; line-height: 1.2; }
.wjct-map-badge small { margin-top: 2px; color: var(--wjct-muted); font-size: 11px; }
.wjct-map-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 25px; border-top: 1px solid var(--wjct-line); background: #fff; }
.wjct-map-footer > div { display: flex; align-items: center; gap: 13px; }
.wjct-map-footer__icon { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: rgba(105,114,8,.1); color: var(--wjct-accent); font-size: 23px; }
.wjct-map-footer strong,
.wjct-map-footer small { display: block; }
.wjct-map-footer strong { color: var(--wjct-ink); font-size: 14px; line-height: 1.3; }
.wjct-map-footer small { margin-top: 3px; color: var(--wjct-muted); font-size: 11px; line-height: 1.45; }
.wjct-map-footer > a { flex: 0 0 auto; color: var(--wjct-accent) !important; text-decoration: none !important; font-size: 13px; font-weight: 780; }
.wjct-map-footer > a span { margin-left: 5px; }

.wjct-benefits { padding: 52px 0; background: radial-gradient(circle at 20% 50%, rgba(105,114,8,.12), transparent 26%), #151a1b; }
.wjct-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.wjct-benefits article { display: grid; grid-template-columns: 66px 1fr; gap: 18px; align-items: center; min-height: 130px; padding: 4px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.wjct-benefits article:first-child { padding-left: 0; }
.wjct-benefits article:last-child { padding-right: 0; border-right: 0; }
.wjct-benefits article > span { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid var(--wjct-accent-light); border-radius: 50%; color: #c4ce52; font-size: 34px; }
.wjct-benefits h3 { margin: 0; color: #fff; font-size: 18px; line-height: 1.25; }
.wjct-benefits p { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }

@media (max-width: 1020px) {
    .wjct-main-grid { grid-template-columns: 1fr; }
    .wjct-left-column { grid-template-columns: 1.08fr .92fr; align-items: start; }
    .wjct-guide-card { height: 100%; }
    .wjct-map-image { min-height: 560px; }
    .wjct-map-image img { min-height: 560px; }
    .wjct-benefits-grid { grid-template-columns: 1fr; }
    .wjct-benefits article { padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .wjct-benefits article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
    .wjct-container { width: min(calc(100% - 28px), var(--wjct-max)); }
    .wjct-hero,
    .wjct-hero__content { min-height: 430px; }
    .wjct-hero__image { width: 100%; opacity: .52; background-position: 65% center; }
    .wjct-hero::before { background: linear-gradient(90deg, rgba(9,13,14,.97), rgba(9,13,14,.72)); }
    .wjct-main-section { padding: 40px 0 48px; }
    .wjct-left-column { grid-template-columns: 1fr; }
    .wjct-card { padding: 21px; }
    .wjct-card-heading { grid-template-columns: 51px 1fr; gap: 13px; }
    .wjct-heading-icon { width: 51px; height: 51px; font-size: 25px; }
    .wjct-card-heading h2 { font-size: 19px; }
    .wjct-contact-row { grid-template-columns: 34px 1fr; gap: 12px; }
    .wjct-map-image,
    .wjct-map-image img { min-height: 440px; }
    .wjct-map-badge { top: 43%; left: 48%; min-width: 190px; padding-left: 40px; }
    .wjct-map-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .wjct-page h1 { font-size: 49px; }
    .wjct-hero__lead { font-size: 15px; }
    .wjct-card-heading { align-items: start; }
    .wjct-actions { flex-direction: column; }
    .wjct-button { width: 100%; }
    .wjct-map-image,
    .wjct-map-image img { min-height: 385px; }
    .wjct-map-image img { object-position: 49% 50%; }
    .wjct-map-badge { display: none; }
    .wjct-benefits article { grid-template-columns: 56px 1fr; gap: 14px; }
    .wjct-benefits article > span { width: 56px; height: 56px; font-size: 28px; }
}
