* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f6f9;
  color: #101827;
  font-family: Arial, Helvetica, sans-serif;
}

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

.landing {
  width: min(100%, 1024px);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 28px rgba(6, 17, 31, 0.1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 512px;
  color: #fff;
  background: url("assets/hero.jpg") center top / 100% 100% no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 19, 1) 0%, rgba(4, 13, 24, 1) 44%, rgba(4, 13, 24, 0.9) 58%, rgba(4, 13, 24, 0.3) 76%, rgba(4, 13, 24, 0) 100%),
    linear-gradient(180deg, rgba(2, 8, 16, 0.97) 0%, rgba(2, 8, 16, 0.94) 14%, rgba(2, 8, 16, 0.04) 34%);
}

.hero-header {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  padding: 17px 18px 0 29px;
}

.hero-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 10, 19, 0.98), rgba(3, 10, 19, 0.95) 60%, rgba(3, 10, 19, 0.72));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand .brand-mark {
  display: inline-flex;
  width: 39px;
  height: 44px;
}

.brand .brand-mark svg {
  width: 39px;
  height: 44px;
  color: #2d8cff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.brand span,
.hero-copy span {
  color: #2d82f3;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.hero-nav span {
  color: #fff;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 34px;
  border-radius: 3px;
  background: #176bd2;
  box-shadow: 0 0 18px rgba(36, 130, 243, 0.28);
}

.hero-copy {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 440px;
  margin: 62px 0 0 45px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18px;
  left: -22px;
  width: 528px;
  height: 365px;
  background: linear-gradient(90deg, rgba(3, 10, 19, 0.92), rgba(3, 10, 19, 0.8) 76%, rgba(3, 10, 19, 0));
}

.hero-copy h1 {
  margin: 0;
  font-size: 66px;
  line-height: 0.95;
  font-weight: 900;
}

.hero-copy h2 {
  margin: 18px 0 15px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
}

.hero-copy p {
  width: 372px;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 13px;
  line-height: 1.52;
}

.hero-copy p::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.hero-benefits {
  display: grid;
  grid-template-columns: 113px 150px 130px;
  gap: 25px;
  margin-top: 21px;
}

.hero-benefits div {
  min-height: 82px;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.hero-benefits div:last-child {
  border-right: 0;
}

.hero-benefits svg {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 13px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-benefits text {
  fill: currentColor;
  stroke: none;
  font-size: 8px;
  font-weight: 700;
}

.hero-benefits strong {
  display: block;
  margin-bottom: 6px;
  font-size: 10.5px;
  line-height: 1.05;
  font-weight: 900;
}

.hero-benefits span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  line-height: 1.25;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  padding: 30px 36px 18px;
  background: #f7f8fa;
}

.service-card {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe4ec;
}

.service-card > img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.hex-icon {
  position: absolute;
  top: 139px;
  left: 15px;
  width: 57px;
  height: 60px;
  display: grid;
  place-items: center;
  background: #061832;
  clip-path: polygon(50% 0, 92% 24%, 92% 76%, 50% 100%, 8% 76%, 8% 24%);
}

.hex-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #2f89ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-content {
  padding: 39px 16px 16px;
}

.service-content h2 {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
}

.service-content h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  margin-top: 7px;
  background: #267ce1;
}

.service-content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #17202c;
}

.about {
  display: grid;
  grid-template-columns: 400px 512px;
  gap: 32px;
  align-items: start;
  padding: 0 38px 0 40px;
  background: #fff;
}

.about-copy {
  padding-top: 10px;
}

.eyebrow {
  position: relative;
  margin: 0 0 12px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 3px;
  height: 13px;
  background: #247be2;
}

.about h2 {
  margin: 0 0 13px;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 800;
}

.lead {
  width: 397px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.stat {
  min-height: 72px;
}

.stat svg {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 7px;
  fill: none;
  stroke: #081120;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.stat span {
  display: block;
  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 800;
}

.building {
  display: block;
  width: 512px;
  height: 280px;
  object-fit: cover;
}

.partners {
  padding: 17px 39px 20px;
  background: #fff;
}

.partners .eyebrow {
  margin-bottom: 14px;
}

.partners img {
  display: block;
  width: 930px;
  max-width: 100%;
  height: 26px;
  object-fit: contain;
}

.footer {
  min-height: 303px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 12%, rgba(28, 119, 205, 0.26), transparent 24%),
    linear-gradient(116deg, #071a2b 0%, #061423 44%, #03101b 100%);
}

.footer svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 27px 24px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-benefits section {
  min-height: 107px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-benefits section:last-child {
  border-right: 0;
}

.footer-benefits svg {
  width: 43px;
  height: 43px;
  color: #2d8cff;
  stroke-width: 1.6;
}

.footer-benefits text {
  fill: currentColor;
  stroke: none;
  font-size: 8px;
  font-weight: 700;
}

.footer-benefits h3 {
  margin: 8px 0 7px;
  font-size: 12.5px;
  line-height: 1.1;
  font-weight: 800;
}

.footer-benefits p {
  margin: 0;
  max-width: 185px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 10.5px;
  line-height: 1.45;
}

.footer-main {
  display: grid;
  grid-template-columns: 242px 280px 1fr;
  column-gap: 28px;
  padding: 16px 35px 5px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  color: #2d8cff;
  stroke-width: 1.4;
}

.footer-brand strong {
  display: block;
  margin: 2px 0 12px;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
}

.footer-brand span {
  color: #2d8cff;
}

.footer-brand p,
.footer-connect p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  line-height: 1.45;
}

.footer-contacts {
  padding-left: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-style: normal;
}

.footer-contacts span,
.footer-connect span {
  display: block;
  margin-bottom: 8px;
  font-size: 9.5px;
  font-weight: 800;
}

.footer-contacts a,
.footer-contacts p {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.1;
}

.footer-connect p {
  width: 220px;
  margin-bottom: 9px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.actions .whatsapp {
  background: #19bd5b;
}

.actions .email {
  background: #267ee5;
}

.actions .outline {
  min-width: 158px;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 240px 210px 220px 1fr;
  align-items: center;
  column-gap: 28px;
  padding: 0 35px 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9.5px;
}

.footer-bottom p {
  margin: 0;
}

.socials {
  justify-self: end;
  display: flex;
  gap: 14px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: #061423;
  font-size: 8px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .landing {
    width: 100%;
  }

  .hero {
    height: 50vw;
    min-height: 360px;
    background-size: cover;
  }

  .services,
  .about,
  .footer-benefits,
  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .services {
    padding-inline: 20px;
  }

  .about {
    gap: 22px;
    padding-inline: 20px;
  }

  .lead,
  .building,
  .partners img,
  .footer-connect p {
    width: 100%;
  }

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

  .partners {
    padding-inline: 20px;
  }

  .footer-benefits section,
  .footer-brand,
  .footer-contacts {
    border-right: 0;
    padding: 0;
  }

  .footer-benefits,
  .footer-main,
  .footer-bottom {
    gap: 20px;
    padding-inline: 24px;
  }

  .actions {
    flex-wrap: wrap;
  }

  .socials {
    justify-self: start;
  }
}
