@font-face { font-family: "Heebo"; src: url("heebo-400.ttf") format("truetype"); font-weight: 400 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Heebo"; src: url("heebo-700.ttf") format("truetype"); font-weight: 700 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Heebo"; src: url("heebo-900.ttf") format("truetype"); font-weight: 900; font-style: normal; font-display: swap; }

html { scroll-padding-top: 88px; }
body { font-family: "Heebo", Arial, sans-serif; font-weight: 400; }

.header { height: 78px; }
.nav { gap: 26px; }
nav { gap: 22px; font-size: 15px; }
nav a { position: relative; padding: 27px 0 24px; transition: color .2s ease; }
nav a::after { content: ""; position: absolute; right: 50%; bottom: 15px; width: 0; height: 2px; border-radius: 2px; background: var(--gold); transition: width .2s ease, right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; right: 0; }

.brand { gap: 12px; }
.brand b { font-size: 22px; font-weight: 800; }
.brand small { font-size: 13px; line-height: 1.35; }
.logo { width: 42px; height: 48px; border-width: 2px; font-size: 20px; }
.logo-image { background: none; border: 0; clip-path: none; overflow: visible; }
.logo-image img { width: 52px; height: 52px; object-fit: contain; display: block; }

.btn { min-height: 50px; padding: 13px 24px; border-radius: 11px; font-family: inherit; font-size: 16px; box-shadow: 0 8px 22px rgba(199,143,37,.24); }
.btn-small { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.btn-main { gap: 12px; }
.btn span { transition: transform .2s ease; }
.btn:hover span { transform: translateX(-3px); }
.btn:focus-visible, .category-grid button:focus-visible, .menu:focus-visible { outline: 3px solid rgba(10,97,173,.28); outline-offset: 3px; }

.hero, .hero-content { min-height: 610px; }
.hero-copy { width: 52%; padding: 34px 0; }
.hero h1 { font-size: clamp(42px,4.55vw,62px); margin: 0 0 18px; letter-spacing: -1.4px; }
.hero p { font-size: 19px; line-height: 1.75; margin: 0 0 27px; }
.hero-trust { margin-top: 27px; }

.section { padding: 82px 0; }
.section-head h2, .frust-copy h2, .form-intro h2 { letter-spacing: -.7px; }

.trust-grid > div { grid-template-columns: 52px 1fr; padding: 4px 27px; }
.trust i, .category-grid i, .service-grid i, .steps i { overflow: hidden; }
.trust i { width: 43px; height: 43px; display: grid; place-items: center; }
.trust i img { width: 52px; height: 52px; object-fit: contain; }

.category-grid { gap: 18px; }
.category-grid button { position: relative; min-height: 238px; padding: 42px 24px 30px; overflow: hidden; text-align: center; background: #fff; border-color: #dce6ed; border-radius: 10px; box-shadow: 0 6px 18px rgba(6,43,78,.055); }
.category-grid button::before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 5px; background: var(--navy); transition: background .25s ease; }
.category-grid button:hover::before, .category-grid button:focus-visible::before { background: var(--gold); }
.category-grid i, .service-grid i { width: 50px; height: 50px; background: #edf7fd; }
.category-grid i { position: static; display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 50%; background: #faf8f2; color: var(--navy); box-shadow: none; }
.category-grid i svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.category-grid i svg .accent { stroke: #b37b14; }
.category-grid b { font-size: 20px; margin-bottom: 8px; }
.category-grid span { display: block; font-size: 15px; line-height: 1.55; }
.category-photo { display: none; }
.category-grid i img, .service-grid i img { width: 58px; height: 58px; object-fit: contain; }
.category-grid u { position: absolute; left: 19px; bottom: 15px; text-decoration: none; color: var(--gold); font-size: 18px; opacity: 0; transform: translateX(5px); transition: .2s ease; }
.category-grid button:hover u, .category-grid button:focus-visible u { opacity: 1; transform: none; }

.steps i { width: 108px; height: 108px; padding: 11px; background: #f3f9fc; }
.steps i img { width: 100%; height: 100%; object-fit: contain; }

.service-grid { grid-template-columns: repeat(2,1fr); gap: 14px 18px; }
.service-grid article { display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; column-gap: 17px; align-items: center; min-height: 126px; padding: 20px 22px; border-radius: 14px; }
.service-grid i { grid-row: 1 / 3; margin: 0; }
.service-grid h3 { font-size: 18px; margin: 0 0 3px; }
.service-grid p { font-size: 14px; }

.safe { border-right-width: 3px; }
.safe span { font-size: 14px; line-height: 1.65; margin-top: 3px; }
.contact-email { margin-top: 22px; }
.contact-email a { color: var(--blue); direction: ltr; unicode-bidi: embed; display: inline-block; font-weight: 800; }
.contact-email a:hover, .contact-email a:focus-visible { text-decoration: underline; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; margin: -1px !important; padding: 0 !important; border: 0 !important; }
.form-msg a { font-weight: 800; text-decoration: underline; }
form > small { font-size: 13px; line-height: 1.5; }

@media (max-width:900px) {
  .nav.open nav { top: 78px; }
  nav a { padding: 6px 0; }
  nav a::after { bottom: 0; }
  .hero, .hero-content { min-height: 640px; }
  .hero-copy { width: 68%; }
}

@media (max-width:620px) {
  html { scroll-padding-top: 70px; }
  .header, .nav { height: 64px; }
  .nav.open nav { top: 64px; }
  .brand b { font-size: 18px; }
  .logo { width: 34px; height: 40px; font-size: 17px; }
  .logo-image img { width: 44px; height: 44px; }
  .btn-small { min-height: 40px; font-size: 13px; padding: 8px 12px; }
  .hero, .hero-content { min-height: 625px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: 39px; line-height: 1.12; }
  .hero p { font-size: 17px; }
  .section { padding: 62px 0; }
  .section-head h2, .frust-copy h2, .form-intro h2 { font-size: 34px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-grid button { min-height: 205px; padding: 30px 12px 22px; }
  .category-grid i { display: grid; width: 58px; height: 58px; margin-bottom: 13px; }
  .category-grid i svg { width: 34px; height: 34px; }
  .category-grid b { font-size: 16px; }
  .category-grid span { font-size: 14px; line-height: 1.5; }
  .category-grid u { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 116px; padding: 17px 18px; }
  .service-grid h3 { font-size: 17px; }
  .service-grid p { font-size: 14px; }
  form > small { font-size: 12px; }
}
