:root {
  --blue:#174ea6;
  --blue2:#0d3578;
  --gold:#d5a93a;
  --ink:#17243a;
  --muted:#657188;
  --light:#f4f7fb;
  --line:#e1e6ee
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  line-height:1.65;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
a {
  text-decoration:none;
  color:inherit
}
.container {
  width:min(1180px,calc(100% - 40px));
  margin:auto
}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}
.header-inner {
  min-height:82px;
  display:flex;
  align-items:center;
  gap:28px
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  margin-right:auto
}
.brand-mark {
  width: 48px;
  height: 48px;
}
.brand-mark img {
  width: 100%;
}
.brand b,
.brand small {
  display:block
}
.brand b {
  font-size:14px
}
.brand small {
  font-size:10px;
  color:var(--muted)
}
.main-nav {
  display:flex;
  gap:20px;
  font-size:12px;
  font-weight:700
}
.main-nav a {
  padding:30px 0;
  color:#58657a;
  position:relative
}
.main-nav a:hover,
.main-nav .active {
  color:var(--blue)
}
.main-nav .active:after {
  content:"";
  height:3px;
  background:var(--gold);
  position:absolute;
  bottom:20px;
  left:0;
  right:0
}
.header-phone {
  font-size:13px;
  font-weight:800;
  white-space:nowrap
}
.menu-toggle {
  display:none;
  border:0;
  background:none;
  font-size:24px
}
.hero {
  background:linear-gradient(135deg,#f4f7fc,#e9f0fb);
  padding:90px 0 100px
}
.hero-grid {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:70px;
  align-items:center
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px;
  font-weight:900;
  color:var(--blue)
}
.hero h1 {
  font-size:clamp(42px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.045em;
  margin:17px 0 25px
}
.hero h1 em {
  font-style:normal;
  color:var(--blue)
}
.hero p {
  font-size:17px;
  color:var(--muted);
  max-width:700px
}
.hero-actions {
  display:flex;
  gap:12px;
  margin:30px 0
}
.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:14px 21px;
  border-radius:8px;
  font-weight:800;
  border:1px solid var(--line);
  transition:.2s
}
.btn-primary {
  background:var(--blue);
  color:#fff;
  border-color:var(--blue)
}
.btn-primary:hover {
  background:var(--blue2);
  transform:translateY(-2px)
}
.btn-light {
  background:#fff
}
.btn-white {
  background:#fff;
  color:var(--blue);
  border:0
}
.hero-note {
  font-size:12px;
  color:var(--muted)
}
.hero-note span {
  color:#26885c;
  margin-right:7px
}
.hero-emblem {
}
.hero-emblem img {
  border-radius: 100%;
  box-shadow: 0 0 20px -10px;
  width: 400px;
}
.emblem-ring {
  width:150px;
  height:150px;
  border:7px solid var(--blue);
  outline:2px solid var(--gold);
  outline-offset:8px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--blue);
  font-size:75px;
  margin-bottom:30px
}
.hero-emblem strong {
  font-size:35px;
  letter-spacing:.12em;
  color:var(--blue)
}
.hero-emblem>span {
  font-size:12px;
  letter-spacing:.3em;
  font-weight:800;
  color:var(--gold)
}
.hero-emblem small {
  margin-top:20px;
  color:var(--muted);
  font-size:11px
}
.section {
  padding:60px 0
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:38px
}
.section-head h2,
.content-narrow h2,
.legal-grid h2 {
  font-size:40px;
  line-height:1.12;
  letter-spacing:-.035em;
  margin:12px 0
}
.section-head>p {
  max-width:420px;
  color:var(--muted);
  font-size:14px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.service-card {
  min-height:255px;
  padding:27px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:.2s
}
.service-card:hover {
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(30,50,90,.08)
}
.service-card b {
  color:#9aa6b9;
  font-size:11px
}
.service-card h3 {
  font-size:19px;
  line-height:1.35;
  margin-top:auto;
  margin-bottom:22px
}
.service-card a {
  font-size:12px;
  color:var(--blue);
  font-weight:900
}
.service-card.accent {
  background:var(--blue);
  color:#fff;
  border-color:var(--blue)
}
.service-card.accent b,
.service-card.accent a {
  color:#dce8ff
}
.legal-section {
  background:var(--ink);
  color:#fff;
  padding:95px 0
}
.legal-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:80px
}
.legal-grid .eyebrow {
  color:#9fc0ff
}
.legal-grid p {
  color:#b9c5d8;
  font-size:15px
}
.category-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 30px
}
.category-list div {
  padding:16px 0;
  border-bottom:1px solid #344157;
  display:flex;
  gap:14px
}
.category-list span {
  color:var(--gold);
  font-size:11px
}
.category-list b {
  font-size:13px
}
.category-list .other {
  grid-column:1/-1;
  color:#aab6c9;
  font-size:13px
}
.news-section {
  background:var(--light)
}
.news-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.news-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  overflow:hidden
}
.news-card img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}
.news-card-body {
  padding: 20px;
}
.news-datebox {
  background:var(--blue);
  color:#fff;
  padding:22px;
  display:flex;
  align-items:baseline;
  gap:7px
}
.news-datebox strong {
  font-size:31px;
  line-height:1
}
.news-datebox span {
  font-size:10px;
  letter-spacing:.12em
}
.news-body {
  padding:23px
}
.news-category {
  font-size:10px;
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase
}
.news-card h3 {
  font-size:19px;
  line-height:1.3;
  margin:8px 0
}
.news-card p {
  font-size:13px;
  color:var(--muted)
}
.text-link {
  font-size:12px;
  color:var(--blue);
  font-weight:900
}
.cta {
  background:var(--blue);
  color:#fff;
  padding:65px 0
}
.cta-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px
}
.cta .eyebrow {
  color:#bcd1ff
}
.cta h2 {
  font-size:38px;
  margin:10px 0
}
.cta p {
  color:#d6e1f8;
  max-width:700px
}
.site-footer {
  background:#0e1728;
  color:#fff;
  padding:55px 0 20px
}
.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:50px;
  padding-bottom:45px
}
.footer-brand {
  margin-bottom:20px
}
.footer-grid p,
.footer-grid a,
.footer-grid span {
  color:#9ba8bc;
  font-size:12px;
  display:block;
  margin:7px 0
}
.footer-grid h4 {
  font-size:13px;
  margin:0 0 15px
}
.footer-bottom {
  border-top:1px solid #29364b;
  padding-top:17px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#78869c;
  font-size:10px
}
.footer-bottom a {
  color:#8794a8
}
.footer-menu a:hover {
  opacity: 0.7;
}
.page-hero {
  background:var(--light);
  padding:35px 0;
  border-bottom:1px solid var(--line)
}
.page-hero h1 {
  font-size:54px;
  line-height:1.1;
  margin:12px 0
}
.page-hero p {
  color:var(--muted);
  max-width:700px
}

.content-narrow p {
  color:#566278
}
.info-box {
  background:var(--light);
  border-left:4px solid var(--gold);
  padding:22px;
  margin-top:30px;
  border-radius:8px
}
.article-list {
  padding-left:25px
}
.article-list li {
  padding:10px 0;
  border-bottom:1px solid var(--line)
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}
.contact-item {
  padding:18px 0;
  border-bottom:1px solid var(--line)
}
.contact-item small {
  display:block;
  color:var(--muted);
  font-size:11px
}
.contact-item a {
  font-size:22px;
  font-weight:800
}
.contact-form {
  display:grid;
  gap:13px
}
.contact-form input,
.contact-form textarea {
  font:inherit;
  padding:14px;
  border:1px solid var(--line);
  border-radius:8px
}
.back-link {
  color:var(--blue);
  font-weight:800
}
.article #single-news h1 {
  font-size:50px;
  line-height:1.12
}
.article-content {
  font-size:17px
}
.article-content p {
  color:#566278
}
@media(max-width:1000px) {
  .main-nav {
    display:none;
    position:absolute;
    top:78px;
    left:15px;
    right:15px;
    background:#fff;
    padding:10px;
    flex-direction:column;
    box-shadow:0 15px 35px #0001;
    border:1px solid var(--line);
    border-radius:12px
  }
  .main-nav.open {
    display:flex
  }
  .main-nav a {
    padding:11px
  }
  .main-nav .active:after {
    display:none
  }
  .header-phone {
    display:none
  }
  .menu-toggle {
    display:block
  }
  .hero-grid,
  .legal-grid,
  .contact-grid {
    grid-template-columns:1fr
  }
  .hero-emblem {
    max-width:500px
  }
  .service-grid,
  .news-grid {
    grid-template-columns:1fr 1fr
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .category-list {
    margin-top:20px
  }
}
@media(max-width:650px) {
  .container {
    width:calc(100% - 28px)
  }
  .hero {
    padding:60px 0
  }
  .hero h1 {
    font-size:42px
  }
  .hero-actions,
  .cta-inner {
    display:block
  }
  .hero-actions .btn,
  .cta .btn {
    width:100%;
    margin-bottom:10px
  }
  .hero-emblem {
    display: none;
  }
  .section,
  .legal-section {
    padding:65px 0
  }
  .section-head {
    display:block
  }
  .section-head>p {
    margin-top:18px
  }
  .section-head h2,
  .legal-grid h2 {
    font-size:33px
  }
  .service-grid,
  .news-grid,
  .footer-grid {
    grid-template-columns:1fr
  }
  .category-list {
    grid-template-columns:1fr
  }
  .category-list .other {
    grid-column:auto
  }
  .page-hero h1 {
    font-size:42px
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom div {
    margin-top:10px
  }
  .article #single-news h1 {
    font-size:38px
  }
}
