.header-logo {
  display: grid;
  width: 238px;
  align-items: center;
  line-height: 1;
}

.header-logo img {
  display: block;
  width: 214px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.header-logo small {
  margin-top: -7px;
  padding-left: 5px;
  color: #677683;
  font-size: .49rem;
  font-weight: 750;
  letter-spacing: .16em;
  white-space: nowrap;
}

.confidence small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.25;
}

.brand {
  grid-template-columns: max-content max-content;
}

.top nav {
  gap: 18px;
}

.nav-services {
  position: relative;
}

.nav-services summary {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}

.nav-services summary::-webkit-details-marker {
  display: none;
}

.nav-services summary:hover,
.nav-services[open] summary {
  color: #347e9c;
}

.nav-services summary span {
  font-size: .9rem;
  transition: transform .18s ease;
}

.nav-services[open] summary span {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: -22px;
  width: 238px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  box-shadow: 0 18px 40px rgba(11, 27, 43, .16);
}

.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--ink);
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: var(--pale);
  color: #347e9c;
}

.price + .price {
  margin-top: 16px;
}

.catalogue-service {
  margin-top: 56px;
  padding: 24px 0;
  background: #fff;
}

.catalogue-service h2 {
  margin: .35em 0;
  font-size: 1.75rem;
  line-height: 1.25;
}

.catalogue-service p:last-child {
  margin-bottom: 0;
}

.catalogue-service + .price {
  margin-top: 16px;
}

.contact-section {
  background: linear-gradient(120deg, #fff 0 52%, var(--pale) 52% 100%);
}

.contact-details > p:not(.kicker) {
  max-width: 500px;
  color: var(--muted);
}

.detail-block {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.detail-block span {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.detail-block p {
  margin: 0;
}

.client-link {
  display: inline-block;
  margin-top: 28px;
  font-weight: 750;
}

.form-panel {
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 43, 61, .12);
}

.form-panel h3 {
  margin: .25em 0 1em;
  font-size: 2rem;
}

.contact-form,
.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form {
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  color: var(--ink);
  font-size: .84rem;
  font-weight: 750;
}

.contact-form label b {
  color: #347e9c;
}

.contact-form label span {
  color: var(--muted);
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8d6de;
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  padding: 12px 13px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(82, 156, 186, .25);
  border-color: var(--blue);
}

.contact-form textarea {
  resize: vertical;
}

.form-submit {
  justify-self: start;
  border: 0;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  padding: 14px 25px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.form-submit:hover {
  background: #3f8cab;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.form-hp {
  position: absolute!important;
  left: -10000px!important;
  width: 1px!important;
  height: 1px!important;
  overflow: hidden!important;
}

.form-status {
  display: none;
  margin: 0 0 22px;
  padding: 13px 16px;
  border-left: 4px solid var(--blue);
  background: var(--pale);
}

.form-status.visible {
  display: block;
}

@media (max-width: 1120px) {
  .header-logo { width: 205px; }
  .header-logo img { width: 184px; height: 51px; }
  .header-logo small { font-size: .42rem; letter-spacing: .11em; }
  .top nav { gap: 17px; }
}

@media (max-width: 960px) {
  .nav-services summary {
    justify-content: space-between;
    padding: 3px 0;
  }

  .nav-dropdown {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 6px 10px;
    border: 0;
    border-left: 3px solid var(--blue);
    box-shadow: none;
    background: var(--pale);
  }

  .nav-dropdown a {
    padding: 8px 10px;
  }
}

@media (max-width: 640px) {
  .header-logo { width: 184px; }
  .header-logo img { width: 172px; height: 46px; }
  .header-logo small { display: none; }
  .contact-section { background: #fff; }
  .form-row { grid-template-columns: 1fr; }
}
