﻿.hero-title-accent {
  color: #38a8f2;
}

.services {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 921px) {
  .hero h1 {
    max-width: 660px;
    font-size: clamp(40px, 4.8vw, 58px);
    line-height: 1.24;
  }
}

.contact-icon-links {
  position: static;
  inset: auto;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-top: 18px;
  padding: 0;
  transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-icon-links:hover,
.contact-icon-links:focus-within {
  transform: none;
  box-shadow: none;
}

.contact-icon-links a {
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(18, 31, 56, 0.1);
  box-shadow: 0 10px 22px rgba(18, 31, 56, 0.1);
}

.contact-icon-links img {
  width: 28px;
  height: 28px;
}

.mobile-copy-break {
  display: none;
}

@media (max-width: 920px) {
  .contact-icon-links {
    display: flex !important;
  }

  .mobile-copy-break {
    display: block;
  }

  .mobile-sticky-cta a:first-child {
    border: 1px solid #dbe4f2;
    background: rgba(255, 255, 255, 0.72);
    color: #071d51;
    box-shadow: none;
  }

  .mobile-sticky-cta a:last-child {
    border: 0;
    background: linear-gradient(135deg, #071d51 0%, #0b2560 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(11, 37, 96, 0.18);
  }
}

.hero-title-line {
  display: block;
}

.hero-title-nowrap {
  white-space: nowrap;
}