:root{--navy:#083f73;--blue:#0d5a99;--light:#a9d2f5;--bg:#f4f7fa;--text:#17212b;--muted:#64748b;--line:#dbe4ec;--white:#fff;--green:#16845b;--green-bg:#e9f7f0;--shadow:0 14px 34px rgba(8,63,115,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.topbar__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;line-height:0}.brand img{display:block;width:290px;height:auto;max-width:65vw}.topbar__label{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--navy);background:#edf5fb;border:1px solid #cfe1ef;border-radius:999px;padding:8px 12px}.hero{background:linear-gradient(135deg,#062f57 0%,#083f73 55%,#0d5a99 100%);color:var(--white);overflow:hidden}.hero__inner{min-height:390px;display:grid;grid-template-columns:1.45fr .55fr;gap:40px;align-items:center;padding:64px 0}.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;color:#b9dcf7;margin-bottom:12px}.eyebrow--dark{color:var(--blue)}h1{font-size:clamp(36px,5vw,62px);line-height:1.04;letter-spacing:-.035em;margin:0 0 20px;max-width:820px}h2{font-size:clamp(26px,3vw,38px);line-height:1.15;letter-spacing:-.02em;margin:4px 0 0}h3{font-size:22px;line-height:1.2;margin:12px 0 10px}.hero p{font-size:18px;color:#dbeaf5;max-width:760px;margin:0}.hero__badge{justify-self:end;width:min(260px,26vw);aspect-ratio:1;border-radius:36px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;transform:rotate(3deg);box-shadow:0 22px 60px rgba(0,0,0,.18)}.hero__badge img{width:88%;height:88%;object-fit:contain}.content{padding:58px 0 72px}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}.catalog-tools{display:flex;align-items:center;gap:16px}.legend{font-size:14px;color:var(--muted);white-space:nowrap}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:7px}.dot--work{background:var(--green)}.view-switch{display:inline-flex;padding:3px;background:#e7edf2;border:1px solid #d4dee7;border-radius:11px}.view-switch__btn{appearance:none;border:0;background:transparent;color:#607184;font:inherit;font-size:13px;font-weight:800;padding:7px 10px;border-radius:8px;cursor:pointer;transition:.18s ease}.view-switch__btn:hover{color:var(--navy)}.view-switch__btn.is-active{background:#fff;color:var(--navy);box-shadow:0 1px 4px rgba(8,63,115,.12)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:22px;min-height:280px;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:.18s ease}.card--active{border-color:#aacbe2;box-shadow:var(--shadow)}.card--active:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(8,63,115,.15)}.card__top{display:flex;justify-content:space-between;gap:10px;align-items:center}.code{font-weight:900;letter-spacing:.08em;color:var(--navy);font-size:13px}.status{font-size:11px;font-weight:800;color:var(--green);background:var(--green-bg);border-radius:999px;padding:5px 8px}.status--plan{color:#6b7280;background:#eef2f5}.icon{font-size:32px;margin-top:24px}.card p{color:var(--muted);font-size:15px;margin:0}.card__link{margin-top:auto;padding-top:18px;color:var(--blue);font-weight:800;font-size:14px}.grid--list{grid-template-columns:1fr;gap:10px}.grid--list .card{min-height:0;border-radius:16px;padding:16px 18px;display:grid;grid-template-columns:120px 44px minmax(190px,1fr) minmax(260px,1.6fr) auto;gap:16px;align-items:center}.grid--list .card--active:hover{transform:translateX(3px)}.grid--list .card__top{display:contents}.grid--list .code{grid-column:1;grid-row:1}.grid--list .status{grid-column:5;grid-row:1;justify-self:end}.grid--list .icon{grid-column:2;grid-row:1;margin:0;font-size:25px;text-align:center}.grid--list .card h3{grid-column:3;grid-row:1;margin:0;font-size:17px}.grid--list .card p{grid-column:4;grid-row:1;font-size:13px}.grid--list .card__link{grid-column:5;grid-row:1;margin:0;padding:0;visibility:hidden;width:0;overflow:hidden}.qr-note{margin-top:26px;background:#eaf3f9;border:1px solid #cfe1ef;border-radius:20px;padding:22px;display:flex;gap:17px;align-items:center;color:#27435c}.qr-note__icon{font-size:34px;color:var(--navy);font-weight:900}footer{background:#071f34;color:#9fb3c4;border-top:1px solid rgba(255,255,255,.06)}.footer__inner{min-height:100px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:13px;padding:15px 0}.footer__brand{grid-column:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.footer__brand span{color:#8fa6b8}.footer__inner img{display:block;width:190px;height:auto;filter:brightness(0) invert(1);opacity:.96}.footer__inner a{color:inherit;text-decoration:none;font-weight:700;transition:.18s ease}.footer__brand a:hover{color:#fff}.footer__support{grid-column:3;justify-self:end}.footer__support strong,.footer__contacts a[href^="mailto:"]{display:none}.footer__contacts{display:flex;align-items:center;justify-content:flex-end}.footer__contacts a[href^="https://t.me/"]{font-size:0;display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2aabee;color:#fff;line-height:1}.footer__contacts a[href^="https://t.me/"]::before{content:'➤';font-size:14px;transform:translate(-1px,1px) rotate(-12deg)}.footer__contacts a[href^="https://t.me/"]:hover{background:#54bced;transform:translateY(-1px)}@media(max-width:850px){.hero__inner{grid-template-columns:1fr;min-height:auto;padding:50px 0}.hero__badge{display:none}.grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.catalog-tools{width:100%;justify-content:space-between}.legend{white-space:normal}.grid--list{grid-template-columns:1fr}.grid--list .card{grid-template-columns:90px 38px minmax(160px,1fr) auto}.grid--list .card p{display:none}.grid--list .status{grid-column:4}.grid--list .card__link{grid-column:4}.footer__inner{grid-template-columns:1fr auto 1fr}}@media(max-width:560px){.shell{width:min(100% - 24px,1120px)}.topbar__inner{min-height:66px}.brand img{width:220px;max-width:68vw}.topbar__label{font-size:10px;padding:6px 9px}.hero__inner{padding:42px 0}.hero p{font-size:16px}.content{padding:40px 0 52px}.catalog-tools{align-items:center}.view-switch__btn{font-size:12px;padding:6px 8px}.grid{grid-template-columns:1fr}.card{min-height:240px}.grid--list .card{min-height:0;padding:13px 14px;grid-template-columns:58px 32px minmax(0,1fr) auto;gap:9px;border-radius:14px}.grid--list .code{font-size:11px}.grid--list .icon{font-size:21px}.grid--list .card h3{font-size:14px}.grid--list .status{font-size:9px;padding:4px 6px}.qr-note{align-items:flex-start}.footer__inner{min-height:0;padding:16px 0;display:grid;grid-template-columns:1fr auto 1fr;gap:0}.footer__inner img{width:165px}.footer__brand{grid-column:2}.footer__support{grid-column:3;justify-self:end}.footer__brand span{font-size:11px}}