:root{--navy-900: #0a1c2e;--navy-800: #0f2540;--navy-700: #16324f;--navy-600: #1e3f60;--gold-500: #c19a5b;--gold-400: #d4b482;--gold-100: #f3e9d8;--paper: #f5f2ec;--paper-dark: #ede7db;--white: #ffffff;--ink: #1b2430;--ink-muted: #57626f;--border: #e2ddd0;--font-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-w: 1180px;--header-h: 88px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;line-height:1.22;color:var(--navy-900)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none}.container{max-width:var(--container-w);margin:0 auto;padding:0 32px}section{scroll-margin-top:var(--header-h)}.section{padding:96px 0}.section--tight{padding:72px 0}.section--paper{background:var(--paper)}.section-head{max-width:720px;margin:0 auto 56px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-500);margin-bottom:14px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--gold-500)}.section-head .eyebrow{justify-content:center}.section-head .eyebrow:before{display:none}.section-title{font-size:clamp(28px,3.6vw,40px);margin-bottom:16px}.section-lede{color:var(--ink-muted);font-size:17px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:2px;font-weight:700;font-size:14.5px;letter-spacing:.02em;border:1px solid transparent;transition:all .2s ease;white-space:nowrap}.btn--gold{background:var(--gold-500);color:var(--navy-900)}.btn--gold:hover{background:var(--gold-400)}.btn--outline{border-color:#ffffff80;color:var(--white)}.btn--outline:hover{border-color:var(--white);background:#ffffff14}.btn--navy{background:var(--navy-800);color:var(--white)}.btn--navy:hover{background:var(--navy-700)}.divider-gold{width:64px;height:3px;background:var(--gold-500)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.page-fade{animation:pageFade .5s ease both}@keyframes pageFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.reveal{transition:none;transform:none;opacity:1}.page-fade{animation:none}html{scroll-behavior:auto}}@media (max-width: 720px){.container{padding:0 20px}.section{padding:64px 0}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:linear-gradient(to bottom,#0a1c2e8c,#0a1c2e00);transition:background .3s ease,box-shadow .3s ease,height .3s ease}.header--solid{background:#0a1c2ef5;box-shadow:0 4px 24px #0000002e;height:76px}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}.header__nav--desktop ul{display:flex;gap:34px}.header__nav--desktop a{color:var(--white);font-size:14.5px;font-weight:600;letter-spacing:.01em;position:relative;padding:6px 0}.header__nav--desktop a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--gold-500);transition:width .2s ease}.header__nav--desktop a:hover:after{width:100%}.header__logo{display:flex;flex-direction:column;align-items:flex-end;line-height:1;margin-left:auto}.header__logo-mark{font-family:var(--font-serif);font-size:24px;font-weight:700;letter-spacing:.08em;color:var(--white)}.header__logo-sub{margin-top:4px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-400)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;margin-left:20px}.header__burger span{display:block;height:2px;background:var(--white);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.header__burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile{display:none}@media (max-width: 920px){.header__nav--desktop{display:none}.header__burger{display:flex}.header__logo{align-items:flex-start}.header__mobile{position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:#0a1626fa;display:block;transform:translateY(-12px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.header__mobile.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.header__mobile ul{display:flex;flex-direction:column;padding:32px 28px;gap:6px}.header__mobile a{display:block;color:var(--white);font-family:var(--font-serif);font-size:22px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}}.footer{background:var(--navy-900);color:#ffffffb8}.footer__inner{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding:72px 32px 56px}.footer__logo{display:block;font-family:var(--font-serif);font-size:26px;font-weight:700;letter-spacing:.08em;color:var(--white)}.footer__logo-sub{display:block;margin-top:6px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-400)}.footer__desc{margin-top:20px;font-size:14.5px;line-height:1.6;max-width:340px;color:#fff9}.footer__col h4{color:var(--white);font-size:15px;font-family:var(--font-sans);font-weight:700;margin-bottom:20px}.footer__col ul{display:flex;flex-direction:column;gap:12px}.footer__col a{font-size:14.5px;color:#ffffffa6;transition:color .2s ease}.footer__col a:hover{color:var(--gold-400)}.footer__contacts li{font-size:14.5px;color:#ffffffa6}.footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 24px;padding:22px 32px;font-size:12.5px;color:#ffffff73}.footer__legal-link{color:#ffffff73;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.footer__legal-link:hover{color:var(--gold-400)}@media (max-width: 780px){.footer__inner{grid-template-columns:1fr;gap:36px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;scroll-margin-top:0}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image{width:100%;height:100%;object-fit:cover;object-position:50% 22%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#06101bf0,#06101bd1 50%,#08132066 82%,#0a162438),linear-gradient(180deg,#06101b59,#06101b26 40%,#06101bb3)}.hero__content{position:relative;z-index:1;padding-top:var(--header-h);max-width:820px}.eyebrow--light{color:var(--gold-400)}.hero__title{font-size:clamp(28px,4.2vw,46px);text-transform:uppercase;letter-spacing:.01em;color:var(--white);margin-bottom:26px}.hero__title span{display:block;color:var(--gold-400)}.hero__subtitle{font-size:18px;color:#ffffffd1;max-width:620px;margin-bottom:40px}.hero__actions{display:flex;flex-wrap:wrap;gap:18px}.hero__scroll{position:absolute;bottom:36px;left:50%;transform:translate(-50%);width:26px;height:42px;border:2px solid rgba(255,255,255,.5);border-radius:14px;z-index:1}.hero__scroll span{position:absolute;top:8px;left:50%;width:4px;height:8px;background:var(--gold-400);border-radius:2px;transform:translate(-50%);animation:heroScroll 1.8s infinite}@keyframes heroScroll{0%{opacity:1;top:8px}70%{opacity:0;top:20px}to{opacity:0;top:8px}}@media (max-width: 720px){.hero__actions{flex-direction:column;align-items:flex-start}.hero__actions .btn{width:100%}}.about__grid{display:grid;grid-template-columns:340px 1fr;gap:64px}.about__aside{position:sticky;top:calc(var(--header-h) + 24px);align-self:start}.about__aside .section-title{margin-bottom:20px}.about__body{display:flex;flex-direction:column;gap:20px;color:var(--ink-muted);font-size:16.5px}.about__body p:first-child{color:var(--ink);font-size:19px;font-weight:500;line-height:1.55}@media (max-width: 860px){.about__grid{grid-template-columns:1fr;gap:28px}.about__aside{position:static}}.stats{background:var(--navy-800);background-image:radial-gradient(circle at 15% 20%,rgba(193,154,91,.12),transparent 45%);padding:88px 0}.stats__head{max-width:780px;margin:0 auto 56px;text-align:center}.stats__title{color:var(--white);font-size:clamp(24px,3vw,34px);margin-bottom:20px}.stats__subtitle{color:#ffffffb8;font-size:16px;line-height:1.65}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stats__item{text-align:center;padding:0 8px;border-left:1px solid rgba(255,255,255,.1)}.stats__item:first-child{border-left:none}.stats__value{font-family:var(--font-serif);font-size:clamp(24px,2.6vw,34px);color:var(--gold-400);font-weight:700;margin-bottom:10px}.stats__label{color:#ffffffbf;font-size:13.5px;line-height:1.4}@media (max-width: 720px){.stats__grid{grid-template-columns:repeat(2,1fr);row-gap:36px}.stats__item:nth-child(odd){border-left:none}.stats__item:nth-child(2n){border-left:1px solid rgba(255,255,255,.1)}}@media (max-width: 460px){.stats__grid{grid-template-columns:1fr}.stats__item{border-left:none!important}}.contacts-preview__grid{display:grid;grid-template-columns:380px 1fr;gap:40px;align-items:stretch}.contacts-preview__info{display:flex;flex-direction:column;gap:4px;background:var(--paper);border:1px solid var(--border);padding:36px}.contacts-preview__phone{font-family:var(--font-serif);font-size:26px;font-weight:700;color:var(--navy-900)}.contacts-preview__phone-note{font-size:12.5px;color:var(--ink-muted);margin-bottom:18px}.contacts-preview__email{font-size:15px;font-weight:600;color:var(--gold-500);margin-bottom:20px}.contacts-preview__address{color:var(--ink);font-size:15px;line-height:1.6;padding-top:18px;border-top:1px solid var(--border);margin-bottom:24px}.contacts-preview__actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.contacts-preview__link{font-size:13.5px;font-weight:700;color:var(--navy-800);text-decoration:underline;text-underline-offset:3px}.contacts-preview__link:hover{color:var(--gold-500)}.contacts-preview__map{min-height:380px;border:1px solid var(--border);overflow:hidden}.contacts-preview__map iframe{border:0}@media (max-width: 860px){.contacts-preview__grid{grid-template-columns:1fr}.contacts-preview__map{min-height:300px}}.page-banner{background:var(--navy-800);background-image:radial-gradient(circle at 85% 0%,rgba(193,154,91,.16),transparent 55%);padding:calc(var(--header-h) + 64px) 0 64px}.page-banner__inner{max-width:720px}.page-banner__title{color:var(--white);font-size:clamp(30px,4vw,44px);margin-bottom:16px}.page-banner__subtitle{color:#ffffffb8;font-size:16.5px;line-height:1.65}.services__tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.services__tab{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:1px solid var(--border);background:var(--white);color:var(--ink-muted);font-size:14px;font-weight:700;border-radius:2px;transition:all .2s ease}.services__tab.is-active{background:var(--navy-800);border-color:var(--navy-800);color:var(--white)}.services__tab-count{padding:1px 7px;border-radius:10px;background:#0f254014;color:var(--ink-muted);font-size:12px;font-weight:700}.services__tab.is-active .services__tab-count{background:#ffffff2e;color:var(--white)}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.services__card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:4px;padding:32px 28px;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.services__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f254014;border-color:transparent}.services__card-more{margin-top:auto;padding-top:16px;font-size:13px;font-weight:700;color:var(--gold-500)}.services__card--featured{background:var(--navy-800);border-color:var(--navy-800)}.services__card--featured .services__card-title{color:var(--white)}.services__card--featured .services__card-text{color:#ffffffb8}.services__card-title{font-size:19px;margin-bottom:12px;position:relative;padding-left:18px}.services__card-title:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;background:var(--gold-500)}.services__card-text{color:var(--ink-muted);font-size:15px}@media (max-width: 980px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.services__grid{grid-template-columns:1fr}}.service-detail__layout{display:grid;grid-template-columns:1fr 340px;gap:56px;align-items:start}.service-detail__intro{color:var(--ink);font-size:16.5px;line-height:1.7;margin-bottom:20px}.service-detail__list{display:flex;flex-direction:column;gap:14px}.service-detail__list li{position:relative;padding-left:24px;color:var(--ink-muted);font-size:15.5px;line-height:1.6}.service-detail__list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:var(--gold-500)}.service-detail__aside{position:sticky;top:calc(var(--header-h) + 24px);display:flex;flex-direction:column;gap:20px}.service-detail__card{background:var(--paper);border:1px solid var(--border);padding:32px 26px;display:flex;flex-direction:column;gap:16px}.service-detail__card p{color:var(--ink-muted);font-size:14.5px;line-height:1.6}.service-detail__card .btn{align-self:flex-start}.service-detail__link{font-size:13.5px;font-weight:700;color:var(--navy-800);text-decoration:underline;text-underline-offset:3px}.service-detail__back{font-size:13.5px;font-weight:700;color:var(--ink-muted)}.service-detail__back:hover{color:var(--gold-500)}.service-detail__missing{text-align:center;padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:20px}@media (max-width: 860px){.service-detail__layout{grid-template-columns:1fr}.service-detail__aside{position:static}}.pricing__tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.pricing__tab{padding:12px 22px;border:1px solid var(--border);background:var(--white);color:var(--ink-muted);font-size:14px;font-weight:700;border-radius:2px;transition:all .2s ease}.pricing__tab.is-active{background:var(--navy-800);border-color:var(--navy-800);color:var(--white)}.pricing__table{max-width:880px;margin:0 auto;border-top:1px solid var(--border)}.pricing__row{display:flex;justify-content:space-between;gap:24px;padding:18px 4px;border-bottom:1px solid var(--border)}.pricing__name{color:var(--ink);font-size:15.5px}.pricing__price{color:var(--navy-800);font-weight:700;font-size:15px;white-space:nowrap;text-align:right}.pricing__note{max-width:880px;margin:28px auto 0;font-size:13.5px;color:var(--ink-muted);text-align:center}@media (max-width: 620px){.pricing__row{flex-direction:column;gap:6px}.pricing__price{text-align:left;color:var(--gold-500)}}.practice__tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.practice__tab{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid var(--border);background:var(--white);color:var(--ink-muted);font-size:14px;font-weight:700;border-radius:2px;transition:all .2s ease}.practice__tab.is-active{background:var(--navy-800);border-color:var(--navy-800);color:var(--white)}.practice__tab-count{padding:1px 7px;border-radius:10px;background:#0f254014;color:var(--ink-muted);font-size:12px;font-weight:700}.practice__tab.is-active .practice__tab-count{background:#ffffff2e;color:var(--white)}.practice__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.practice-card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--ink-muted);padding:26px 24px;display:flex;flex-direction:column;gap:12px}.practice-card--satisfied{border-top-color:#3c6b3f}.practice-card--partial{border-top-color:var(--gold-500)}.practice-card--denied{border-top-color:#9a5a3a}.practice-card--procedural{border-top-color:var(--navy-600)}.practice-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px}.practice-card__date{font-size:12.5px;color:var(--ink-muted);font-weight:600}.practice-card__badge{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:5px 9px;border-radius:2px;white-space:nowrap}.practice-card__badge--satisfied{background:#e8f0e6;color:#3c6b3f}.practice-card__badge--partial{background:var(--gold-100);color:#8a6a35}.practice-card__badge--denied{background:#f3e9e3;color:#9a5a3a}.practice-card__badge--procedural,.practice-card__badge--other{background:#e6eaef;color:var(--navy-700)}.practice-card__title{font-size:15.5px;line-height:1.45;font-weight:700;color:var(--navy-900);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.is-expanded .practice-card__title{-webkit-line-clamp:unset}.practice-card__meta{display:flex;flex-direction:column;gap:4px}.practice-card__court{font-size:13px;color:var(--gold-500);font-weight:600}.practice-card__client{font-size:12.5px;color:var(--ink-muted)}.practice-card__details{display:flex;flex-direction:column;gap:12px;padding-top:12px;border-top:1px solid var(--border);font-size:13.5px}.practice-card__row{display:flex;flex-direction:column;gap:3px}.practice-card__row-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gold-500)}.practice-card__row-value{color:var(--ink);line-height:1.5}.practice-card__toggle{align-self:flex-start;margin-top:auto;padding-top:4px;background:none;border:none;font-size:13px;font-weight:700;color:var(--navy-800);text-decoration:underline;text-underline-offset:3px}.practice-card__toggle:hover{color:var(--gold-500)}@media (max-width: 980px){.practice__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.practice__grid{grid-template-columns:1fr}}.office{display:grid;grid-template-columns:400px 1fr;gap:40px;align-items:stretch}.office+.office{margin-top:56px}.office__info{display:flex;flex-direction:column;gap:20px;background:var(--paper);border:1px solid var(--border);padding:36px}.office__label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-500)}.office__address{color:var(--navy-900);font-family:var(--font-serif);font-size:18px;font-weight:700}.office__address+.office__address{margin-top:-12px;font-family:var(--font-sans);font-size:14.5px;font-weight:400;color:var(--ink-muted)}.office__block{border-top:1px solid var(--border);padding-top:16px;display:flex;flex-direction:column;gap:8px}.office__block-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy-700)}.office__block p{color:var(--ink-muted);font-size:14px;line-height:1.6}.office__metro{display:flex;flex-direction:column;gap:4px}.office__metro li{color:var(--ink-muted);font-size:14px;line-height:1.5}.office__note{font-size:13px;color:var(--ink-muted);line-height:1.55;border-top:1px solid var(--border);padding-top:16px}.office__map{min-height:420px;border:1px solid var(--border);overflow:hidden}.office__map iframe{border:0}@media (max-width: 860px){.office{grid-template-columns:1fr}.office__map{min-height:320px}}.contacts-page__quick{display:flex;flex-wrap:wrap;align-items:center;gap:32px;padding:28px 32px;margin-bottom:56px;background:var(--navy-800)}.contacts-page__phone{display:block;font-family:var(--font-serif);font-size:26px;font-weight:700;color:var(--white)}.contacts-page__phone-note{font-size:12px;color:#fff9}.contacts-page__email{color:var(--gold-400);font-size:15px;font-weight:600}.contacts-page__schedule{font-size:13.5px;color:#ffffffb8;line-height:1.5}.contacts-page__quick .btn{margin-left:auto}@media (max-width: 720px){.contacts-page__quick{padding:24px}.contacts-page__quick .btn{margin-left:0;width:100%}}.privacy-page__layout{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.privacy-page__section{display:flex;flex-direction:column;gap:14px}.privacy-page__heading{font-size:21px;margin-bottom:4px}.privacy-page__section p{color:var(--ink-muted);font-size:15.5px;line-height:1.7}.cookie-consent{position:fixed;left:24px;right:24px;bottom:24px;z-index:200;max-width:780px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:20px;padding:22px 28px;background:var(--navy-900);border:1px solid rgba(193,154,91,.35);box-shadow:0 20px 50px #00000059;animation:cookieRise .5s cubic-bezier(.16,1,.3,1) both}@keyframes cookieRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cookie-consent__text{flex:1;min-width:220px;color:#ffffffd1;font-size:13.5px;line-height:1.6}.cookie-consent__text a{color:var(--gold-400);text-decoration:underline;text-underline-offset:2px}.cookie-consent__btn{flex-shrink:0;padding:12px 24px}@media (prefers-reduced-motion: reduce){.cookie-consent{animation:none}}@media (max-width: 620px){.cookie-consent{left:12px;right:12px;bottom:12px;padding:18px 20px}.cookie-consent__btn{width:100%}}
