:root {
  --blue: #248bf3;
  --dark: #03071d;
  --text: #555964;
  --heading: #464952;
  --teal: #176c83;
  --max: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 80px), var(--max));
  margin: 0 auto;
}

.section {
  padding: 130px 0;
}

.page-header {
  background: var(--dark);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.page-header .topbar {
  padding-top: 0;
  padding-bottom: 0;
}

.page-header .brand img {
  filter: brightness(10);
}

.hero {
  position: relative;
  height: min(68vw, 760px);
  min-height: 560px;
  color: #fff;
  overflow: hidden;
  background-color: #d8d8dc;
  box-shadow: 20px 15px 10px rgba(0, 0, 0, .5);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 0 top;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .28) 44%, rgba(0, 0, 0, .02) 78%);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(calc(100% - 340px), 1660px);
  margin: 0 auto;
  padding-top: 9px;
}

.brand img {
  width: 181px;
  height: auto;
  margin-left: -47px;
  margin-top: 0.1px;
}

.nav-links {
  display: flex;
  margin-top: 28px;
  margin-right: -32px;
  background: var(--blue);
}

.nav-links a {
  padding: 15px 17px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  transition: background .2s ease;
}

.nav-links a:hover {
  background: rgba(0, 0, 0, .1);
}

.menu-button {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 560px));
  margin-left: max(134px, calc((100vw - 1660px) / 2 + 20px));
  padding-top: 158px;
}

.hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(62px, 4.9vw, 99px);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 4px 3px 3px rgba(0, 0, 0, .25);
  letter-spacing: 0.06em;
}

.hero p {
  max-width: 600px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 15.6px;
  line-height: 1.9;
}

.hero .license {
  margin-top: -9px;
  font-weight: 350;
}

.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 9px 27px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.button {
  font-weight: 400;
  font-size: 16.6px;
  min-height: 38px;
  padding: 4px 19px;
  margin-top: 16px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #fff;
  transition: opacity .2s ease, transform .2s ease;
}

.socials a:hover {
  opacity: .78;
  transform: translateY(-1px);
}

.socials svg {
  display: block;
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.socials a:nth-child(2) svg {
  width: 36px;
  height: 36px;
}

.socials a:nth-child(3) svg {
  width: 37px;
  height: 37px;
}

.socials a:nth-child(4) svg {
  width: 33px;
  height: 33px;
}

.split {
  display: grid;
  grid-template-columns: minmax(320px, 590px) minmax(360px, 1fr);
  gap: 8px;
  align-items: start;
  max-width: 1250px;
  margin: 0 auto;
}

.care-photo {
  width: 100%;
  max-width: 500px;
}

.intro-copy {
  display: grid;
  gap: 85px;
  padding-top: 9px;
}

.intro h2,
.blue-cta h2,
footer h2 {
  margin: 0 0 32px;
  color: var(--heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

.intro h2 {
  text-align: center;
}

.intro p {
  margin: 0;
  color: #5b5f69;
  font-size: 16px;
  line-height: 1.7;
}

.centered {
  text-align: center;
}

.why {
  padding-top: 20px;
  margin-top: 185px;
}

.intro {
  padding-top: 104px;
  padding-left: 6%;
  padding-right: 6%;
}

.why h2 {
  margin: 0 0 25px;
  color: #4c515a;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(33px, 3.1vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.assessment-copy h2 {
  margin: 0 0 45px;
  color: #50505a;
  font-size: clamp(46px, 3.1vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.lead {
  max-width: 800px;
  margin: 0 auto 85px;
  color: #565a64;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 320;
  line-height: 1.75;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
  text-align: left;
  padding: 0 80px;
}

.reason-card {
  min-height: 230px;
  padding: 34px 34px 29px;
  border: 1px solid #e7edf6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(54, 70, 90, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 90px rgba(54, 70, 90, .22);
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--blue);
  background: #f7f8fb;
  font-size: 25px;
  font-weight: 800;
}

.reason-card h3 {
  margin: 0 0 12px;
  color: var(--heading);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.reason-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.services-strip {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 52px;
}

.service-card {
  position: relative;
  display: flex;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  min-width: 0;
  min-height: clamp(560px, 43.5vw, 890px);
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(42px, 2.15vw, 46px) clamp(30px, 2.2vw, 50px);
  color: #fff;
  overflow: hidden;
}

.service-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 28% center;
  transition: transform .35s ease;
}

.service-card:nth-child(1) .service-card-img {
  object-position: 18% center;
}

.service-card:nth-child(2) .service-card-img {
  object-position: 30% center;
}

.service-card:nth-child(3) .service-card-img {
  object-position: 34% center;
}

.service-card:nth-child(4) .service-card-img {
  object-position: 24% center;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 33, .15);
  transition: background .25s ease;
  z-index: 1;
}

.service-card:hover::before {
  background: rgba(6, 12, 33, .62);
}

.service-card:hover .service-card-img {
  transform: scale(1.015);
}

.service-card > :not(.service-card-img) {
  position: relative;
  z-index: 2;
}

.service-card h2 {
  margin: 0 0 28px;
  color: #fff;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(30px, 1.7vw, 36px);
  font-weight: 620;
  line-height: 1.34;
  letter-spacing: 0.05em;
}

.service-card p {
  margin: 0 0 clamp(52px, 3.45vw, 72px);
  font-size: clamp(16px, 0.95vw, 20px);
  line-height: 1.75;
  min-height: 170px;
}

.service-card a {
  font-size: clamp(16px, 0.95vw, 20px);
  font-weight: 800;
  transition: color .2s ease;
}

.service-card a:hover {
  color: var(--blue);
}

.assessment {
  padding-top: 90px;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.assessment-wrap {
  display: grid;
  grid-template-columns: 1.3fr 530px;
  gap: 75px;
  align-items: start;
}

.assessment-copy p {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: 15.4px;
  line-height: 1.75;
}

.assessment-copy p:nth-of-type(1) {
  margin-bottom: 20px;
}

.assessment-copy p:nth-of-type(2) {
  line-height: 1.8;
  font-size: 16px;
  word-spacing: 0.1em;
}

.assessment-copy .call-label {
  margin-top: 68px;
  margin-bottom: 10px;
  font-size: 14.4px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.phone {
  color: var(--blue);
  font-size: 25px !important;
  font-weight: 800;
  line-height: 0.8 !important;
}

.contact-form {
  padding: 40px 56px 76px;
  background: #fff;
  box-shadow: 18px 20px 40px rgba(0, 0, 0, .118);
}

.contact-form h3 {
  margin: 0 0 34px;
  padding: 5px;
  color: var(--heading);
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, .5);
}

.form-title {
  margin: 0 0 25px;
  color: var(--heading);
  font-size: 26px;
  line-height: 1.2;
}

.contact-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 26px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  color: #555;
  background: #f7f7f8;
  font: inherit;
  font-size: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 300;
  color: #8b8686;
}

.contact-form input {
  height: 43px;
  padding: 0 17px 0 8px;
}

.contact-form textarea {
  height: 100px;
  padding: 12px 17px 15px 10px;
  resize: vertical;
  margin-bottom: 10px;
}

.contact-form button {
  min-height: 34px;
  padding: 6px 18px;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.form-actions span {
  color: #5f636d;
  font-size: 15px;
  white-space: nowrap;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: #5f636d;
  font-size: 15px;
  line-height: 1.45;
}

.form-status[data-state="success"] {
  color: #176c83;
  font-weight: 700;
}

.form-status[data-state="error"] {
  color: #b3261e;
  font-weight: 700;
}

.form-actions strong {
  color: var(--blue);
  font-size: 15px;
  vertical-align: middle;
}

.blue-cta {
  padding: 112px 0 120px;
  color: #fff;
  background: var(--blue);
}

.blue-cta .container {
  max-width: 860px;
  margin-left: max(120px, calc((100vw - 1600px) / 2));
}

.blue-cta h2 {
  color: #fff;
  font-size: 31px;
  margin-bottom: 27px;
}

.blue-cta p {
  margin: 0 0 21px;
  font-size: 15.5px;
  line-height: 1.85;
  max-width: 560px;
}

.contact-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  margin-left: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
  letter-spacing: 0.02em;
}

.contact-link:hover {
  background: #fff;
  color: var(--blue);
}

.services-layout .page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.services-layout .page-header .brand img {
  filter: none;
}

.services-layout .topbar {
  width: min(calc(100% - 340px), 1660px);
  padding-top: 24px;
}

.services-layout .nav-links {
  margin-top: 28px;
  margin-right: -44px;
}

.services-layout .nav-links a {
  padding: 15px 17px;
  font-size: 14.9px;
}

.services-page {
  background: #fff;
}

.services-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(410px, 25vw, 515px);
  padding: 148px 24px 74px;
  color: #fff;
  background-image: url("assets/services-hero-original.jpg");
  background-position: center center;
  background-size: cover;
}

.services-hero h1 {
  margin: 0;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(56px, 4.5vw, 88px);
  font-weight: 550;
  line-height: 1;
  transform: translateY(-42px);
}

.services-intro {
  padding: 150px 40px 78px;
}

.services-intro h2 {
  margin: 0 0 30px;
  color: #484b53;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(39px, 3.2vw, 62px);
  font-weight: 550;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.services-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #565b66;
  font-size: 15.5px;
  line-height: 1.8;
}

.service-detail-list {
  padding: 0 40px 163px;
}

.service-detail {
  width: min(100%, 1600px);
  margin: 0 auto 40px;
}

.service-detail:not(:last-child) {
  margin-bottom: 104px;
}

.service-detail:first-child {
  margin-bottom: 118px;
}

.service-detail-compact {
  margin-bottom: 360px;
}

.service-detail:nth-child(2) {
  margin-bottom: 160px;
}

.service-detail:nth-child(3) {
  margin-bottom: 115px;
}

.service-banner {
  position: relative;
  display: grid;
  place-items: start center;
  min-height: 470px;
  padding: 134px 56px 56px;
  border-radius: 4px;
  background-color: #dbe7ed;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.service-banner h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #7bc0e7;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(40px, 3.25vw, 64px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.service-banner-personal {
  background-image: url("assets/services-personal-banner.png");
  background-position: center 14%;
  width: calc(100% - 161px);
  margin-left: auto;
  margin-right: auto;
}

.service-banner-personal h2 {
  font-weight: 560;
  transform: translateY(-31px);
}

.service-detail:first-child .service-detail-content p {
  font-size: 15.5px;
  padding: 0 80px;
  width: 620px;
  line-height: 1.95;
}

.service-detail:nth-child(2) .service-detail-content p {
  font-size: 15.5px;
  padding: 0 80px;
  width: 620px;
  line-height: 1.95;
}

.service-detail:nth-child(3) .service-detail-content p {
  font-size: 15.5px;
  padding: 0 80px;
  width: 620px;
  line-height: 1.95;
}

.service-detail:nth-child(4) .service-detail-content p {
  font-size: 15.5px;
  padding: 0 80px;
  width: 720px;
  line-height: 1.95;
}

.service-banner-medical {
  background-image: linear-gradient(rgba(10, 37, 51, .42), rgba(10, 37, 51, .42)), url("assets/services-medical-banner.png");
}

.service-detail:nth-child(2) .service-banner-medical {
  background-image: linear-gradient(rgba(10, 37, 51, .06), rgba(10, 37, 51, .06)), url("assets/services-medical-banner.png");
  width: calc(100% - 161px);
  margin-left: auto;
  margin-right: auto;
}

.service-detail:nth-child(4) .service-banner-medical {
  background-image: linear-gradient(rgba(10, 37, 51, .06), rgba(10, 37, 51, .06)), url("assets/services-medical-banner.png");
  width: calc(100% - 161px);
  margin-left: auto;
  margin-right: auto;
}

.service-detail:nth-child(4) .service-banner-medical h2 {
  font-size: clamp(40px, 3.1vw, 67px);
  letter-spacing: 0.04em;
  transform: translateY(-28px);
  font-weight: 550;
}

.service-detail:nth-child(2) .service-banner-medical h2 {
  font-weight: 560;
  transform: translateY(-34px);
}

.service-banner-private {
  background-image: url("assets/services-private-banner.jpg");
  background-position: center 80%;
  width: calc(100% - 161px);
  margin-left: auto;
  margin-right: auto;
}

.service-banner-private h2 {
  transform: translateY(-45px);
}

.service-detail-content {
  display: grid;
  grid-template-columns: minmax(320px, .87fr) minmax(210px, 280px) minmax(190px, 280px);
  column-gap: 15px;
  row-gap: 72px;
  align-items: start;
  margin-top: 40px;
}

.service-detail-content p {
  max-width: 690px;
  margin: 0;
  color: #535863;
  font-size: 20px;
  line-height: 1.8;
}

.service-checks {
  display: grid;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-checks li {
  position: relative;
  min-height: 22px;
  padding-left: 33px;
  color: #555a64;
  font-size: 15px;
  line-height: 1.35;
}

.service-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: #378fea;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.services-cta {
  background: var(--blue);
}

.services-cta .container {
  transform: translateY(10px);
}

.services-cta .container {
  max-width: 860px;
}

.services-cta p {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.8;
}

.about-layout .page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.about-layout .page-header .brand img {
  filter: none;
}

.about-layout .topbar {
  width: min(calc(100% - 340px), 1660px);
  padding-top: 24px;
}

.about-layout .nav-links {
  margin-top: 49px;
  margin-right: -48px;
}

.about-layout .nav-links a {
  padding: 15px 17px;
  font-size: 15px;
}

.about-page {
  background: #fff;
}

.about-page .container {
  width: min(calc(100% - 203px), var(--max));
}

.about-hero {
  position: relative;
  min-height: clamp(565px, 41.5vw, 842px);
  padding: 170px 40px 150px;
  background-color: #e8d6b8;
  box-shadow: 23px 11px 10px 2px rgba(0, 0, 0, .45);
  overflow: hidden;
}

.about-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 64%;
}

.about-hero h1 {
  position: relative;
  z-index: 1;
  max-width: min(calc(100% - 340px), 1660px);
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  color: #50535c;
  text-align: right;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(48px, 4.2vw, 76px);
  font-weight: 600;
  line-height: 1.12;
  transform: translate(62px, -22px);
}

.about-expert {
  padding: 156px 0 48px;
}

.about-expert-grid {
  display: grid;
  grid-template-columns: minmax(360px, 560px) minmax(420px, 1fr);
  gap: clamp(36px, 4.5vw, 90px);
  align-items: center;
  max-width: 1600px;
}

.about-expert-grid > img {
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  transform: translateY(-50px);
}

.about-expert-copy h2 {
  margin: 0 0 38px;
  color: #50535c;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(36px, 3.35vw, 62px);
  font-weight: 550;
  line-height: 1.15;
  letter-spacing: 0.008em;
  white-space: nowrap;
}

.about-expert-copy {
  transform: translate(-8px, -48px);
}

.about-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 48px 90px;
  max-width: 760px;
  margin-bottom: 28px;
}

.about-expert-copy .service-checks {
  gap: 26px;
}

.about-expert-copy .service-checks li {
  font-size: 16px;
  padding-left: 36px;
}

.about-expert-copy .service-checks li::before {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.about-expert-copy p {
  max-width: 270px;
  margin: 0 0 0 auto;
  color: #555964;
  font-size: 15px;
  line-height: 1.9;
}

.about-values {
  padding: 84px 0 250px;
}

.about-values h2 {
  margin: 0 0 28px;
  color: #50535c;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(40px, 3.3vw, 64px);
  font-weight: 580;
  line-height: 1.1;
}

.about-values-lead {
  max-width: 780px;
  margin: 0 auto;
  color: #555964;
  font-size: 15.5px;
  line-height: 1.9;
  font-weight: 400;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 362px));
  justify-content: center;
  gap: 48px;
  margin-top: 78px;
}

.about-value-card {
  min-height: 292px;
  padding: 46px 40px 38px;
  border: 1px solid rgba(219, 221, 238, .72);
  border-radius: 4px;
  background: #fff;
  text-align: left;
  box-shadow: 0 32px 120px -25px rgba(0, 0, 0, .08);
}

.about-value-card span {
  display: block;
  margin-bottom: 40px;
  color: var(--blue);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.about-value-card h3 {
  margin: 0 0 14px;
  color: #4d515b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.about-value-card p {
  margin: 0;
  color: #555964;
  font-size: 16px;
  line-height: 1.7;
}

.about-cta {
  background: var(--blue);
}

.about-cta .container {
  transform: translateY(10px);
}

.contact-layout .page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.contact-layout .page-header .brand img {
  filter: none;
}

.contact-layout .topbar {
  width: min(calc(100% - 340px), 1660px);
  padding-top: 24px;
}

.contact-layout .nav-links {
  margin-top: 49px;
  margin-right: -48px;
}

.contact-layout .nav-links a {
  padding: 15px 17px;
  font-size: 15px;
}

.contact-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(406px, 27.8vw, 572px);
  padding: 151px 40px 86px;
  color: #fff;
  background-color: #b9b9b9;
  background-image: url("assets/contact-hero.png");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.contact-hero h1 {
  margin: 0;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(58px, 4.4vw, 88px);
  font-weight: 550;
  line-height: 1;
  transform: translateY(-37px);
}

.contact-assessment {
  padding: 74px 52px 104px;
  background: #fff;
}

.contact-assessment .container {
  width: min(calc(100% - 144px), 1705px);
}

.contact-assessment-wrap {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(520px, 650px);
  gap: clamp(42px, 4.4vw, 84px);
  align-items: center;
}

.contact-copy {
  max-width: 820px;
  color: #565a64;
}

.contact-copy h2 {
  margin: 0 0 24px;
  color: #4c5059;
  font-size: clamp(24px, 1.5vw, 30px);
  font-weight: 600;
  line-height: 1;
}

.contact-copy > p {
  max-width: 790px;
  margin: 0 0 53px;
  color: #585c66;
  font-size: 15px;
  line-height: 1.8;
}

.contact-copy > p strong {
  font-weight: 600;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 22px;
}

.contact-detail-address {
  margin-left: 19px;
  margin-bottom: 38px;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: max-content minmax(330px, 1fr);
  gap: 28px 28px;
  margin-left: 19px;
  margin-bottom: 48px;
}

.contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--blue);
  background: #f1f1f4;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-detail h3 {
  margin: 0 0 7px;
  color: #4c5059;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-detail p {
  margin: 0;
  color: #555964;
  font-size: 15.5px;
  line-height: 1.45;
}

.professional-callout {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 100%;
  min-height: 120px;
  padding: 20px 24px;
  color: #fff;
  background: var(--blue);
}

.professional-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
}

.professional-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.professional-callout strong,
.professional-callout b {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.professional-callout strong {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.professional-callout b {
  font-size: 22px;
  font-weight: 800;
}

.contact-layout .contact-form {
  min-height: 500px;
  padding: 44px 50px 56px;
  box-shadow: 0 80px 120px -40px rgba(0, 0, 0, .24);
}

.contact-layout .contact-form input,
.contact-layout .contact-form textarea {
  margin-bottom: 30px;
  color: #555964;
  background: #fbfbfc;
  font-size: 16px;
}

.contact-layout .contact-form input {
  height: 48px;
  padding: 0 18px;
}

.contact-layout .contact-form textarea {
  height: 126px;
  padding: 18px;
  margin-bottom: 28px;
}

.contact-layout .contact-form input::placeholder,
.contact-layout .contact-form textarea::placeholder {
  color: #737373;
  font-weight: 300;
}

.contact-layout .contact-form button {
  min-height: 38px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.contact-layout .form-actions span {
  font-size: 16px;
}

.contact-layout .form-actions strong {
  font-size: 17px;
}

.contact-cta {
  padding-top: 88px;
  padding-bottom: 150px;
  background: var(--blue);
}

.contact-cta .container {
  transform: translateY(38px);
}

.contact-cta h2 {
  font-size: 31px;
  letter-spacing: 0.01em;
}

.contact-cta .contact-link {
  margin-top: 6px;
  margin-left: 4px;
}

@media (max-width: 1400px) {
  .contact-assessment {
    padding-left: 34px;
    padding-right: 34px;
  }

  .contact-assessment .container {
    width: min(calc(100% - 84px), var(--max));
  }

  .contact-assessment-wrap {
    grid-template-columns: minmax(450px, 1fr) minmax(470px, 520px);
    gap: 54px;
  }

  .contact-copy > p {
    font-size: 18px;
  }

  .contact-detail-address,
  .contact-detail-grid {
    margin-left: 19px;
  }

  .contact-detail-grid {
    grid-template-columns: minmax(285px, .98fr) minmax(0, 1.02fr);
    gap: 16px;
  }

  .contact-detail p {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .contact-layout .contact-form {
    padding-left: 64px;
    padding-right: 64px;
  }

  .contact-layout .form-actions span {
    font-size: 20px;
  }
}

footer {
  color: rgba(255, 255, 255, .28);
  background: #010929;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.25fr .85fr 1.35fr;
  gap: 64px;
  padding: 90px 90px 124px;
}

footer img {
  width: 150px;
  margin-bottom: 36px;
}

footer h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

footer p,
footer a {
  display: block;
  margin: 0 0 8px;
  color: rgb(101, 101, 99);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-weight: 250;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: color .2s ease;
}

.footer-socials a:hover {
  color: #fff;
}

.footer-socials svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-grid > div:first-child p {
  max-width: 270px;
  font-size: 16px;
  font-weight: 250;
  line-height: 1.9;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 80px), var(--max));
  margin: 0 auto;
  padding: 22px 90px;
  border-top: none;
  color: rgba(101, 101, 99);
  font-size: 15px;
}

@media (max-width: 1200px) {
  .hero {
    height: 56vw;
    min-height: 465px;
  }

  .hero-image {
    object-position: 0 top;
  }

  .topbar {
    width: calc(100% - 80px);
  }

  .brand img {
    width: 120px;
    height: 120px;
  }

  .nav-links {
    margin-top: 24px;
  }

  .nav-links a {
    padding: 13px 20px;
    font-size: 18px;
  }

  .hero-content {
    width: min(400px, calc(100% - 560px));
    margin-left: 60px;
    padding-top: 150px;
  }

  .hero h1 {
    font-size: clamp(46px, 5vw, 58px);
  }

  .hero p {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.75;
  }

  .split,
  .assessment-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .intro-copy {
    gap: 50px;
  }

  .reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-strip {
    display: flex;
  }

  .service-card {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  .contact-form {
    max-width: 720px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-layout .topbar {
    width: calc(100% - 80px);
  }

  .services-layout .nav-links {
    margin-top: 24px;
  }

  .services-hero {
    min-height: 520px;
  }

  .service-detail-content {
    grid-template-columns: 1fr 1fr;
    gap: 36px 56px;
  }

  .service-detail-content p {
    grid-column: 1 / -1;
    max-width: 860px;
  }

  .about-layout .topbar {
    width: calc(100% - 80px);
  }

  .about-layout .nav-links {
    margin-top: 24px;
  }

  .about-hero {
    min-height: 565px;
  }

  .about-hero h1 {
    max-width: calc(100% - 80px);
    padding-top: 0;
    transform: translate(14px, -14px);
  }

  .about-expert-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-expert-copy p {
    margin-left: 0;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-layout .topbar {
    width: calc(100% - 80px);
  }

  .contact-layout .nav-links {
    margin-top: 24px;
  }

  .contact-hero {
    min-height: 508px;
  }

  .contact-assessment {
    padding: 58px 0 82px;
  }

  .contact-assessment-wrap {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .contact-copy {
    max-width: none;
  }

  .contact-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout .contact-form {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 34px), var(--max));
  }

  .section {
    padding: 70px 0;
  }

  .hero {
    min-height: 720px;
    height: auto;
  }

  .hero-image {
    object-position: 66% top;
  }

  .topbar {
    width: calc(100% - 34px);
    align-items: center;
    padding-top: 18px;
  }

  .brand img {
    width: 116px;
    height: 116px;
  }

  .menu-button {
    position: absolute;
    top: 18px;
    right: 0;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--blue);
    font-size: 27px;
    line-height: 1;
    z-index: 3;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    width: calc(100% - 34px);
    margin-left: 17px;
    padding-top: 155px;
  }

  .hero h1 {
    max-width: 320px;
    font-size: 38px;
    line-height: 1.08;
  }

  .hero p,
  .intro p,
  .lead,
  .reason-card p,
  .service-card p,
  .assessment-copy p,
  .blue-cta p {
    font-size: 18px;
  }

  .hero p {
    max-width: 320px;
  }

  .button,
  .contact-form button {
    font-size: 18px;
  }

  .reason-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    padding: 70px 0 90px;
  }

  .service-card {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .lead {
    margin-bottom: 55px;
  }

  .reason-card {
    min-height: 0;
    padding: 38px 34px;
  }

  .service-card {
    min-height: 520px;
    padding: 0 28px 55px;
  }

  .service-card h2,
  .form-title {
    font-size: 32px;
  }

  .assessment-wrap {
    gap: 50px;
  }

  .contact-form {
    padding: 32px 24px 48px;
  }

  .contact-form h3 {
    font-size: 25px;
  }

  .form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .blue-cta .container {
    width: min(calc(100% - 34px), var(--max));
    margin: 0 auto;
  }

  .copyright {
    width: calc(100% - 34px);
    flex-direction: column;
    padding: 22px 0;
  }

  .services-layout .topbar {
    width: calc(100% - 34px);
    padding-top: 18px;
  }

  .services-hero {
    min-height: 465px;
    padding: 140px 17px 68px;
    background-position: 38% center;
  }

  .services-hero h1 {
    font-size: 50px;
  }

  .services-intro {
    padding: 70px 17px 46px;
  }

  .services-intro h2 {
    font-size: 38px;
  }

  .services-intro p,
  .service-detail-content p,
  .service-checks li,
  .services-cta p {
    font-size: 17px;
  }

  .service-detail-list {
    padding: 0 17px 70px;
  }

  .service-detail:not(:last-child) {
    margin-bottom: 76px;
  }

  .service-banner {
    min-height: 320px;
    padding: 86px 20px 40px;
  }

  .service-banner h2 {
    font-size: 34px;
  }

  .service-detail-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-layout .topbar {
    width: calc(100% - 34px);
    padding-top: 18px;
  }

  .about-hero {
    min-height: 510px;
    padding: 145px 17px 80px;
  }

  .about-hero-image {
    object-position: 47% 64%;
  }

  .about-hero h1 {
    max-width: calc(100% - 34px);
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    font-size: 40px;
    transform: translateX(0);
  }

  .about-expert {
    padding: 62px 0 62px;
  }

  .about-expert-copy h2 {
    font-size: 38px;
    white-space: normal;
  }

  .about-check-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-expert-copy .service-checks li,
  .about-expert-copy p,
  .about-values-lead,
  .about-value-card p {
    font-size: 18px;
  }

  .about-values {
    padding: 80px 0 90px;
  }

  .about-values h2 {
    font-size: 40px;
  }

  .about-values-grid {
    margin-top: 54px;
  }

  .about-value-card {
    min-height: 0;
    padding: 42px 34px;
  }

  .about-page .container {
    width: min(calc(100% - 34px), var(--max));
  }

  .contact-layout .topbar {
    width: calc(100% - 34px);
    padding-top: 18px;
  }

  .contact-hero {
    min-height: 408px;
    padding: 137px 17px 70px;
    background-position: 52% center;
  }

  .contact-hero h1 {
    font-size: 44px;
    transform: translateY(8px);
  }

  .contact-assessment {
    padding: 46px 0 62px;
  }

  .contact-assessment .container {
    width: min(calc(100% - 34px), var(--max));
  }

  .contact-copy h2 {
    font-size: 31px;
  }

  .contact-copy > p,
  .contact-detail p,
  .professional-callout strong,
  .contact-layout .form-actions span {
    font-size: 18px;
  }

  .contact-detail-address,
  .contact-detail-grid {
    margin-left: 0;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .professional-callout {
    min-height: 0;
    padding: 24px 20px;
  }

  .professional-callout b {
    font-size: 25px;
  }

  .contact-layout .contact-form {
    min-height: 0;
    padding: 28px 20px 42px;
  }

  .contact-layout .contact-form input,
  .contact-layout .contact-form textarea {
    font-size: 18px;
  }

  .contact-layout .contact-form input {
    height: 56px;
  }

  .contact-layout .contact-form button {
    font-size: 18px;
  }

  .contact-cta {
    padding-top: 52px;
    padding-bottom: 84px;
  }
}
