/* Yurist-Vse visual system: a separate, editorial interface for the new domain. */
:root{--yv-ink:#18212d;--yv-night:#202b38;--yv-paper:#f7f4ee;--yv-card:#fffdfa;--yv-accent:#e28a43;--yv-sage:#b8c8bd;--yv-muted:#6d7880;--yv-line:#d9d8d2}
body.lexora-theme{background:var(--yv-paper);color:var(--yv-ink);font-family:Inter,Manrope,Arial,sans-serif}
body.lexora-theme .nav,body.lexora-theme .top{width:min(1280px,calc(100% - 56px));height:82px;border-bottom:1px solid var(--yv-line)}
body.lexora-theme .brand{font-size:18px;letter-spacing:.04em;color:var(--yv-ink)}
body.lexora-theme .brand-mark,body.lexora-theme .mark{width:38px;height:38px;border:0;border-radius:10px;background:var(--yv-accent);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:800;letter-spacing:0}
body.lexora-theme .nav-links,body.lexora-theme .top nav{gap:24px;color:var(--yv-muted)}
body.lexora-theme .nav-links a,body.lexora-theme .top nav a{transition:color .2s}
body.lexora-theme .nav-links a:hover,body.lexora-theme .top nav a:hover{color:var(--yv-accent)}
body.lexora-theme .nav-cta,body.lexora-theme .cta{border:0;border-radius:8px;background:var(--yv-ink);color:#fff;padding:13px 19px}
body.lexora-theme .hero{width:min(1280px,calc(100% - 56px));margin:28px auto 0;border-radius:20px;min-height:620px;background:var(--yv-night);display:grid;grid-template-columns:52% 48%;overflow:hidden;position:relative}
body.lexora-theme .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(226,138,67,.25),transparent 35%),linear-gradient(112deg,rgba(32,43,56,.98) 0%,rgba(32,43,56,.88) 48%,rgba(32,43,56,.16) 100%);z-index:1}
body.lexora-theme .hero:after{display:block;content:"";position:absolute;right:-90px;bottom:-140px;width:420px;height:420px;border:1px solid rgba(184,200,189,.35);border-radius:50%;box-shadow:0 0 0 26px rgba(184,200,189,.07),0 0 0 52px rgba(184,200,189,.05);z-index:1}
body.lexora-theme .hero-img{grid-column:2;grid-row:1;position:relative;width:100%;height:100%;min-height:620px;object-fit:cover;object-position:58% center;opacity:.85;filter:saturate(.72) contrast(1.04)}
body.lexora-theme .hero-content{grid-column:1;grid-row:1;align-self:center;position:relative;z-index:2;padding:78px 58px;color:#fff;max-width:700px}
body.lexora-theme .hero .eyebrow{color:var(--yv-sage);font-weight:700;letter-spacing:.13em}
body.lexora-theme .hero h1{font-size:clamp(44px,5.8vw,82px);line-height:.98;letter-spacing:-.065em;margin-bottom:28px}
body.lexora-theme .hero p{color:#d9e0df;font-size:18px;line-height:1.55;max-width:560px}
body.lexora-theme .actions{margin-top:34px}body.lexora-theme .btn{border-radius:8px;padding:16px 22px}
body.lexora-theme .btn-primary{background:var(--yv-accent);color:#fff;box-shadow:0 8px 20px rgba(226,138,67,.25)}
body.lexora-theme .btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
body.lexora-theme .section,body.lexora-theme .related-services{width:min(1280px,calc(100% - 56px))}
body.lexora-theme .section{padding:86px 0}
body.lexora-theme .section h2,body.lexora-theme .related-services h2{letter-spacing:-.055em}
body.lexora-theme .cards{grid-template-columns:repeat(4,1fr);gap:14px;border:0}
body.lexora-theme .card{border:1px solid var(--yv-line);border-radius:14px;background:var(--yv-card);padding:25px;min-height:205px}
body.lexora-theme .card:first-child{background:var(--yv-card)}
body.lexora-theme .card:hover{border-color:var(--yv-accent);box-shadow:0 14px 28px rgba(24,33,45,.09)}
body.lexora-theme .card-kicker{color:var(--yv-accent)}
body.lexora-theme .promise{border-radius:18px;background:var(--yv-sage);color:var(--yv-ink);padding:58px;grid-template-columns:1.1fr .9fr}
body.lexora-theme .promise p{color:#46565a}
body.lexora-theme .team-section{gap:56px}body.lexora-theme .team-photo{border-radius:18px;filter:saturate(.78)}
body.lexora-theme .chat-cta{border:1px solid #c4d2c6;border-radius:12px;background:#eef2ed}
body.lexora-theme .chat-cta a{background:var(--yv-accent);color:#fff;border-radius:8px}
body.lexora-theme .consultation-band{border-radius:18px;background:var(--yv-ink);color:#fff}
body.lexora-theme .consultation-band p{color:#cbd5d4}
body.lexora-theme .consultation-form button{border-radius:8px;background:var(--yv-accent);color:#fff}
body.lexora-theme .consultation-form input{border-radius:8px}
body.lexora-theme .related-services{border-top:1px solid var(--yv-line)}
body.lexora-theme .related-services__links a{border:1px solid #c6cec8;border-radius:8px;background:transparent;color:var(--yv-ink)}
body.lexora-theme .related-services__links a:hover{background:var(--yv-ink);color:#fff;border-color:var(--yv-ink)}
body.lexora-theme .footer,body.lexora-theme .bottom{border-top:1px solid var(--yv-line);color:var(--yv-muted)}
body.lexora-theme .footer-contact strong{color:var(--yv-ink)}
.yv-footer-map{width:min(1280px,calc(100% - 56px));margin:0 auto 34px;padding:24px;border:1px solid var(--yv-line);border-radius:16px;background:#eef2ed;display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:stretch}
.yv-footer-map__copy{display:flex;flex-direction:column;justify-content:center;gap:8px}.yv-footer-map__copy strong{font-size:20px;letter-spacing:-.03em}.yv-footer-map__copy span{color:var(--yv-muted);line-height:1.5}.yv-footer-map__copy a{color:var(--yv-ink);font-weight:700;text-decoration:underline;margin-top:6px}
.yv-footer-map iframe{display:block;width:100%;height:210px;border:0;border-radius:12px;background:#dfe8e2}
@media(max-width:760px){.yv-footer-map{width:calc(100% - 28px);grid-template-columns:1fr;padding:18px}.yv-footer-map iframe{height:220px}}
@media(max-width:900px){body.lexora-theme .cards{grid-template-columns:repeat(2,1fr)}body.lexora-theme .hero{grid-template-columns:1fr}.hero-img{grid-column:1!important;grid-row:1!important;min-height:520px!important}.hero-content{grid-column:1!important;grid-row:1!important;align-self:end!important;background:linear-gradient(transparent,rgba(32,43,56,.94) 35%);max-width:none;padding:150px 30px 42px!important}}
@media(max-width:600px){body.lexora-theme .nav,body.lexora-theme .top,body.lexora-theme .hero,body.lexora-theme .section,body.lexora-theme .related-services{width:calc(100% - 28px)}body.lexora-theme .hero{margin-top:14px;min-height:620px}.hero-img{min-height:620px!important}.hero-content{padding:190px 22px 30px!important}.hero h1{font-size:clamp(40px,12vw,58px)!important}.hero p{font-size:16px!important}.cards{grid-template-columns:1fr!important}.promise{padding:32px 24px!important}.consultation-band{width:calc(100% - 28px)!important;padding:34px 22px 28px!important}}
/* Inner pages keep a calm reading layout; the dramatic split hero belongs only to home. */
body.lexora-theme:not(.home-page) .hero{display:block;width:auto;max-width:790px;min-height:0;margin:0;padding:24px 0 62px;border-radius:0;background:transparent;overflow:visible}
body.lexora-theme:not(.home-page) .hero:before,body.lexora-theme:not(.home-page) .hero:after{display:none}
body.lexora-theme:not(.home-page) .hero-img{display:none}
body.lexora-theme:not(.home-page) .hero-content{display:block;max-width:790px;padding:0;color:var(--yv-ink)}
body.lexora-theme:not(.home-page) .hero h1{font-size:clamp(36px,6vw,68px);line-height:1.04;margin:18px 0}
body.lexora-theme:not(.home-page) .hero p{font-size:18px;line-height:1.6;color:var(--yv-muted);max-width:690px}
body.lexora-theme:not(.home-page) .hero .btn{background:var(--yv-accent);color:#fff;border-radius:8px}
body.lexora-theme:not(.home-page) main.wrap{width:min(1100px,calc(100% - 36px))}
@media(max-width:760px){body.lexora-theme:not(.home-page) .hero{padding:12px 0 44px}body.lexora-theme:not(.home-page) .hero h1{font-size:clamp(36px,10vw,56px)}body.lexora-theme:not(.home-page) .hero p{font-size:16px}}
/* Unified lead form modal used by every consultation CTA. */
body.lexora-theme .support-modal{position:fixed;inset:0;display:none;place-items:center;padding:20px;background:rgba(24,33,45,.78);backdrop-filter:blur(5px);z-index:1000}
body.lexora-theme .support-modal.is-open{display:grid}
body.lexora-theme .support-modal__panel{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:#fffdfa;border-radius:24px;padding:48px 52px 44px;box-shadow:0 28px 90px rgba(0,0,0,.3);color:var(--yv-ink)}
body.lexora-theme .support-modal__close{position:absolute;right:22px;top:16px;border:0;background:transparent;color:var(--yv-ink);font-size:38px;line-height:1;cursor:pointer}
body.lexora-theme .support-modal__eyebrow{color:var(--yv-accent);font-weight:800;letter-spacing:.16em;font-size:12px;margin-bottom:18px}
body.lexora-theme .support-modal__panel h2{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.06em;margin:0 0 18px;max-width:600px}
body.lexora-theme .support-modal__lead{font-size:18px;line-height:1.5;color:var(--yv-muted);margin:0 0 30px;max-width:600px}
body.lexora-theme .support-form{display:grid;gap:14px}
body.lexora-theme .support-form input:not([type=checkbox]),body.lexora-theme .support-form textarea{width:100%;border:1px solid #d8dce0;border-radius:12px;background:#fff;padding:17px 18px;color:var(--yv-ink);font:inherit;font-size:17px;outline:0}
body.lexora-theme .support-form textarea{resize:vertical;min-height:120px}
body.lexora-theme .support-form input:focus,body.lexora-theme .support-form textarea:focus{border-color:var(--yv-accent);box-shadow:0 0 0 3px rgba(226,138,67,.15)}
body.lexora-theme .support-form__consent{display:flex;align-items:flex-start;gap:10px;color:var(--yv-muted);font-size:13px;line-height:1.45;margin-top:2px}
body.lexora-theme .support-form__consent input{width:18px;height:18px;flex:0 0 18px;margin-top:1px;accent-color:var(--yv-accent)}
body.lexora-theme .support-form__consent a{text-decoration:underline}
body.lexora-theme .support-form__submit{border:0;border-radius:10px;background:var(--yv-accent);color:#fff;padding:17px 22px;font:700 17px inherit;cursor:pointer;box-shadow:0 10px 24px rgba(226,138,67,.25)}
body.lexora-theme .support-form__submit:hover{filter:brightness(.95)}
body.lexora-theme .support-form .hp{position:absolute;left:-10000px;width:1px!important;height:1px!important;opacity:0}
@media(max-width:600px){body.lexora-theme .support-modal{padding:10px}.support-modal__panel{padding:36px 20px 24px;border-radius:18px}.support-modal__panel h2{font-size:38px}.support-modal__lead{font-size:16px}}
