.inner-hero {
  background: radial-gradient(circle at top right, rgba(16,167,160,.22), transparent 36%), #062137;
  padding: 150px 0 72px;
  color: #fff;
}
.inner-hero h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -.7px;
  line-height: 1.08;
  margin: 0 0 18px;
  font-size: clamp(2.25rem, 5vw, 4.35rem);
}
.inner-hero p {
  color: #c2d5e4;
  line-height: 1.78;
  font-size: 1.08rem;
  max-width: 850px;
}
.inner-hero-center p {
  margin-left: auto;
  margin-right: auto;
}
.inner-hero-photo {
  border-radius: 34px 34px 34px 8px;
  overflow: hidden;
  min-height: 370px;
  background: #dfeaf2;
  border: 8px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 66px rgba(0,0,0,.28);
}
.inner-hero-photo img,
.inner-photo-card img,
.area-mini-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-lead {
  color: #45596b;
  font-size: 1.05rem;
  line-height: 1.82;
  font-weight: 600;
}
.inner-title {
  color: #11283d;
  font-weight: 800;
  letter-spacing: -.3px;
  margin-bottom: 18px;
}
.inner-side-card,
.inner-contact-box,
.legal-content,
.inner-check-list,
.inner-step {
  background: #fff;
  border: 1px solid #e4edf4;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,42,66,.08);
}
.inner-side-card,
.inner-contact-box,
.legal-content,
.inner-check-list {
  padding: 28px;
}
.inner-side-card h3,
.inner-contact-box h2,
.legal-content h2,
.inner-check-list h3 {
  color: #11283d;
  font-weight: 800;
  margin-bottom: 16px;
}
.inner-side-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.inner-side-card li {
  display: flex;
  gap: 10px;
  color: #617485;
  line-height: 1.55;
  margin-bottom: 11px;
  font-weight: 650;
}
.inner-side-card i,
.inner-check-list i {
  color: #10a7a0;
  margin-top: 4px;
}
.blue-card {
  background: #062137;
  color: #c2d5e4;
  border-color: rgba(255,255,255,.10);
}
.blue-card h3,
.blue-card li,
.blue-card p {
  color: #fff;
}
.inner-photo-card,
.area-mini-photo {
  position: relative;
  height: 245px;
  border-radius: 20px;
  overflow: hidden;
  background: #dfeaf2;
  box-shadow: 0 16px 34px rgba(15,42,66,.10);
}
.inner-photo-card span,
.area-mini-photo span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(6,33,55,.90);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 800;
  font-size: .88rem;
}
.gallery-big {
  height: 235px;
}
.inner-step {
  height: 100%;
  padding: 26px;
}
.inner-step span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #10a7a0;
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}
.inner-step h3 {
  color: #11283d;
  font-weight: 800;
  font-size: 1.08rem;
}
.inner-step p,
.inner-check-list div,
.legal-content p,
.inner-contact-box p,
.section-white p,
.section-soft p {
  color: #617485;
  line-height: 1.72;
}
.inner-check-list div {
  display: flex;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f6;
  font-weight: 650;
}
.inner-check-list div:last-child {
  border-bottom: 0;
}
.inner-contact-box a {
  color: #0787b7;
  font-weight: 800;
}
.inner-cta h2 {
  color: #fff;
  font-weight: 800;
}
.inner-cta p {
  color: #b9cfe1;
  margin-bottom: 0;
}
.inner-list-card .oz-service-photo {
  height: 185px;
}
.area-intro {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .inner-hero {
    padding-top: 108px;
    padding-bottom: 44px;
  }
  .inner-hero-photo {
    min-height: 260px;
  }
  .inner-photo-card,
  .area-mini-photo {
    height: 220px;
  }
}
