:root{--ink:#172033;--muted:#5f6878;--blue:#183b68;--gold:#b99755;--bg:#f4f6f8;--line:#dfe5ec;--shadow:0 18px 50px rgba(23,32,51,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{color:inherit}.top{position:sticky;top:0;z-index:50;height:76px;padding:0 32px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:24px}.brand{text-decoration:none;margin-right:auto}.brand b{display:block;font:700 22px Georgia,serif;color:var(--blue);line-height:1.1}.brand span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.nav{display:flex;align-items:center;gap:6px}.nav>a,.drop button{border:0;background:transparent;text-decoration:none;font:700 14px Arial,sans-serif;color:var(--ink);padding:11px 13px;border-radius:6px;cursor:pointer}.nav>a:hover,.nav>a.active,.drop button:hover{background:var(--bg);color:var(--blue)}.drop{position:relative}.drop div{position:absolute;right:0;top:100%;margin-top:0;width:330px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:8px;display:none}.drop.open div{display:block}.drop a{display:block;text-decoration:none;padding:10px 12px;border-radius:6px;font-size:14px;line-height:1.35}.drop a:hover,.drop a.active{background:var(--bg);color:var(--blue)}.phone{text-decoration:none;color:var(--blue);font-weight:800;white-space:nowrap}.burger{display:none;border:0;background:transparent;width:42px;height:42px}.burger i{display:block;height:2px;background:var(--ink);margin:6px}.hero{color:#fff;background:linear-gradient(120deg,rgba(16,35,61,.9),rgba(20,55,92,.72));padding:90px max(20px,calc((100vw - 1160px)/2));display:grid;gap:48px;align-items:center}.hero.home{min-height:calc(100vh - 76px);background:linear-gradient(120deg,rgba(16,35,61,.88),rgba(20,55,92,.68)),url('assets/hero.jpg') center/cover no-repeat}.hero.inner{grid-template-columns:1.1fr .9fr}.hero.narrow{display:block;text-align:center}.hero img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.hero h1,.section h2{font-family:Georgia,serif;line-height:1.1;margin:0 0 18px}.hero h1{font-size:clamp(40px,6vw,70px);}.hero p{font-size:19px;color:rgba(255,255,255,.84);max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border-radius:6px;text-decoration:none;border:1px solid transparent;font-weight:800;cursor:pointer;font-size:15px;background:var(--gold);color:#172033}.btn:hover{background:#c9aa66}.btn.ghost{color:#fff;border-color:rgba(255,255,255,.62);background:rgba(255,255,255,.06)}.trust{display:grid;grid-template-columns:repeat(3,1fr);background:var(--blue);color:#fff}.trust div{padding:28px 38px;border-right:1px solid rgba(255,255,255,.15)}.trust b{display:block;font:700 24px Georgia,serif}.trust span{color:rgba(255,255,255,.72)}.section{padding:82px max(20px,calc((100vw - 1160px)/2))}.muted{background:var(--bg)}.head{text-align:center;max-width:820px;margin:0 auto 42px}.section h2{color:var(--blue);font-size:clamp(30px,4vw,44px)}.head p,.section p{color:var(--muted);font-size:18px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid article,.form,.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 8px 24px rgba(23,32,51,.05)}.grid h3{margin:0 0 10px;color:var(--blue);font-size:21px}.grid a{font-weight:800;color:var(--blue);text-decoration:none}.cols{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.steps{display:grid;gap:16px}.steps p{background:#fff;border-left:4px solid var(--gold);padding:20px 22px;margin:0}.steps b{display:block;color:var(--blue)}.steps span{color:var(--muted)}.list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid var(--line);border-radius:8px}.list li{padding:18px 22px;border-bottom:1px solid var(--line)}.list li:last-child{border-bottom:0}.list li:before{content:"";display:inline-block;width:8px;height:8px;background:var(--gold);border-radius:50%;margin-right:12px}.form{display:grid;gap:14px}.form label{display:grid;gap:6px;font-weight:800;color:var(--blue)}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 13px;font:16px Arial,sans-serif;color:var(--ink);background:#fbfcfd}.form input:focus,.form textarea:focus{outline:2px solid rgba(185,151,85,.28);border-color:var(--gold);background:#fff}.form textarea{resize:vertical}.form button{width:100%}.form>p{font-size:13px;text-align:center;margin:0}.status{display:none;border-radius:6px;padding:12px;text-align:center;font-weight:800}.status.success{display:block;background:#edf7ef;color:#246a36}.status.error{display:block;background:#fff0f0;color:#9d2525}.panel h2{font:700 34px Georgia,serif;color:var(--blue);margin:0 0 18px}.panel a{color:var(--blue);font-weight:800}footer{background:#0b1728;color:#fff;padding:42px max(20px,calc((100vw - 1160px)/2)) 24px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px}footer p,footer span{color:#aeb8c7}footer a{display:block;color:#fff;text-decoration:none;font-weight:800}@media(max-width:980px){.top{padding:0 18px}.burger{display:block}.nav{position:fixed;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;padding:14px 20px}.nav.open{display:flex}.drop div{position:static;width:auto;box-shadow:none;border:0;padding:4px 0 4px 12px}.drop.open div{display:block}.phone{display:none}.hero.inner,.cols{grid-template-columns:1fr}.grid,.trust,footer{grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.hero img{height:280px}}@media(max-width:620px){.brand b{font-size:18px}.hero.home{min-height:720px}.hero p{font-size:17px}.section{padding-top:58px;padding-bottom:58px}.btn{width:100%}.actions{width:100%}}
@media(max-width:620px){html,body{width:100%;max-width:100%;overflow-x:hidden}.top,.hero,.section,footer{max-width:100vw}.hero{padding-left:20px;padding-right:20px;overflow:hidden}.hero>div{min-width:0;width:100%;max-width:100%}.hero h1{max-width:100%;overflow-wrap:anywhere;word-break:normal;font-size:clamp(34px,10vw,44px)}.hero p{max-width:100%;overflow-wrap:break-word}.actions{width:100%;max-width:100%;min-width:0}.actions .btn{width:100%;max-width:100%;min-width:0;white-space:normal;text-align:center}.hero img{max-width:100%}}

@media(min-width:981px){.top{justify-content:flex-start}.brand{margin-right:auto}.nav{margin-left:auto}.phone{margin-left:30px}.drop button{display:inline-flex;align-items:center;gap:7px}.drop button::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px}.drop div{top:100%;margin-top:0}.drop div::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.drop:hover div,.drop:focus-within div,.drop.open div{display:block}}

.section>.head,.section>.grid,.section>.cols{width:min(1160px,calc(100% - 40px));margin-left:auto;margin-right:auto}

@media(max-width:980px){.drop button{display:flex;align-items:center;justify-content:space-between;width:100%}.drop button::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-left:10px}.section>.head,.section>.grid,.section>.cols{width:100%}}

.grid article{position:relative;padding-top:82px}.grid article::before{content:"";position:absolute;left:28px;top:26px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(185,151,85,.14);border:1px solid rgba(185,151,85,.45);color:var(--gold);font:700 18px Georgia,serif;line-height:1}.grid article:nth-child(1)::before{content:"ЗУ"}.grid article:nth-child(2)::before{content:"₽"}.grid article:nth-child(3)::before{content:"§"}.grid article:nth-child(4)::before{content:"Д"}.grid article:nth-child(5)::before{content:"Ж"}.grid article:nth-child(6)::before{content:"ДС"}.grid article:nth-child(7)::before{content:"ТС"}.grid article:nth-child(8)::before{content:"Н"}.grid article:nth-child(9)::before{content:"П"}.grid article:nth-child(10)::before{content:"Р"}.grid article:nth-child(11)::before{content:"СП"}.grid article:nth-child(12)::before{content:"В"}

@media(min-width:981px){.top{justify-content:flex-start}.top .brand{margin-right:auto}.top .nav{margin-left:auto}.top .phone{margin-left:30px}}

@media(min-width:981px){.top{padding-left:max(20px,calc((100vw - 1160px)/2));padding-right:max(20px,calc((100vw - 1160px)/2));justify-content:flex-start}.top .brand{margin-right:auto}.top .nav{margin-left:auto}.top .phone{margin-left:30px}}

.drop a{position:relative;padding-left:48px}.drop a::before{content:"";position:absolute;left:12px;top:50%;width:24px;height:24px;margin-top:-12px;border-radius:50%;display:grid;place-items:center;background:rgba(185,151,85,.14);border:1px solid rgba(185,151,85,.45);color:var(--gold);font:700 11px Georgia,serif;line-height:1}.drop a:nth-child(1)::before{content:"ЗУ"}.drop a:nth-child(2)::before{content:"₽"}.drop a:nth-child(3)::before{content:"§"}.drop a:nth-child(4)::before{content:"Д"}.drop a:nth-child(5)::before{content:"Ж"}.drop a:nth-child(6)::before{content:"ДС"}.drop a:nth-child(7)::before{content:"ТС"}.drop a:nth-child(8)::before{content:"Н"}.drop a:nth-child(9)::before{content:"П"}.drop a:nth-child(10)::before{content:"Р"}.drop a:nth-child(11)::before{content:"СП"}.drop a:nth-child(12)::before{content:"В"}

.hero.narrow .actions{justify-content:center}.hero.narrow p{margin-left:auto;margin-right:auto}


.service-grid article{padding-top:0;overflow:hidden}
.service-grid article::before{display:none}
.card-img{display:block;width:calc(100% + 56px);height:170px;object-fit:cover;margin:-28px -28px 22px}
.service-detail{padding-top:64px}
.service-copy{width:min(980px,calc(100% - 40px));margin:0 auto;display:grid;gap:20px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 8px 24px rgba(23,32,51,.05)}
.info-card h3{margin:0 0 14px;color:var(--blue);font:700 26px Georgia,serif;line-height:1.2}
.info-card ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.info-card li{position:relative;padding-left:24px;color:var(--muted);font-size:18px}
.info-card li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:var(--gold)}
.doc-copy{width:min(980px,calc(100% - 40px));margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:8px;padding:34px;box-shadow:0 8px 24px rgba(23,32,51,.05)}
.doc-copy p{margin:0 0 13px;color:var(--muted);font-size:18px;line-height:1.62}
.doc-copy p:last-child{margin-bottom:0}
.doc-heading{padding-top:14px;color:var(--blue)!important;font-weight:800}
.doc-copy .doc-heading:first-child{padding-top:0;font:700 28px Georgia,serif;line-height:1.2}
.doc-list{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}
.doc-list li{position:relative;padding-left:24px;color:var(--muted);font-size:18px;line-height:1.58}
.doc-list li::before{content:"";position:absolute;left:0;top:.74em;width:8px;height:8px;border-radius:50%;background:var(--gold)}
.practice-grid{width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.practice-grid article{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 8px 24px rgba(23,32,51,.05)}
.practice-grid b{display:block;color:var(--blue);font:700 34px Georgia,serif;margin-bottom:8px}
.practice-grid span{color:var(--muted)}
.logo-row{width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.logo-row span{display:grid;place-items:center;min-height:88px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);font-weight:800;text-align:center;padding:16px}
.trust-gallery{width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-thumb{position:relative;display:grid;grid-template-rows:1fr auto;height:330px;overflow:hidden;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 24px rgba(23,32,51,.05)}
.trust-thumb img,.trust-thumb object{width:100%;height:330px;border:0;background:#fff;pointer-events:none}
.trust-thumb span{display:flex;align-items:center;justify-content:center;min-height:60px;padding:10px 12px;color:var(--blue);font-weight:800;text-align:center;line-height:1.25}
.pdf-preview{height:250px;margin:0;display:grid;align-content:center;justify-items:center;gap:16px;background:linear-gradient(180deg,#fff,#f7f8fa);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.pdf-preview::before{content:"";width:112px;height:150px;border:2px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 10px 22px rgba(23,32,51,.08)}
.pdf-preview::after{content:"";position:absolute;top:54px;width:72px;height:8px;border-top:8px solid var(--line);border-bottom:8px solid var(--line);opacity:.9}
.pdf-preview b{position:absolute;top:132px;padding:7px 14px;border-radius:4px;background:var(--gold);color:#172033;font-size:14px;letter-spacing:.04em}
.pdf-preview span{position:absolute;left:18px;right:18px;bottom:18px;min-height:0;padding:0;color:var(--blue);font-weight:800;text-align:center}
.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(11,23,40,.82)}
.lightbox:target{display:flex}
.lightbox-bg{position:absolute;inset:0}
.lightbox-inner{position:relative;z-index:1;width:min(980px,96vw);height:min(92vh,1100px);background:#fff;border-radius:8px;box-shadow:var(--shadow);padding:18px}
.lightbox-inner img,.lightbox-inner object{width:100%;height:100%;object-fit:contain;border:0}
.lightbox-close{position:absolute;right:12px;top:10px;z-index:2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;text-decoration:none;font-size:26px;line-height:1}
.practice-cases{width:min(980px,calc(100% - 40px));margin:0 auto;display:grid;gap:20px}
.case-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 8px 24px rgba(23,32,51,.05)}
.case-card h3{margin:0 0 12px;color:var(--blue);font:700 26px Georgia,serif;line-height:1.25}
.case-card p{margin:0 0 12px;color:var(--muted);font-size:18px;line-height:1.62}
.case-card p:last-child{margin-bottom:0}
.case-number{color:var(--gold)!important;font-weight:800}
@media(max-width:980px){.practice-grid,.logo-row{grid-template-columns:1fr 1fr}.card-img{height:190px}}
@media(max-width:980px){.trust-gallery{grid-template-columns:1fr 1fr}.practice-cases{width:100%}}
@media(max-width:620px){.practice-grid,.logo-row,.trust-gallery{grid-template-columns:1fr}.service-copy,.doc-copy{width:100%}.info-card,.doc-copy,.case-card{padding:22px}.info-card h3,.case-card h3{font-size:23px}.info-card li,.doc-copy p,.doc-list li,.case-card p{font-size:16px}.card-img{height:180px}.trust-thumb{height:360px}.trust-thumb img,.trust-thumb object{height:300px}.lightbox{padding:14px}.lightbox-inner{padding:12px}}
