.hero {
  position: relative;
  min-height: min(48rem, calc(100vh - 7rem));
  overflow: hidden;
  color: #fff;
  background: #071626;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(4 16 29 / .98) 0%, rgb(6 24 40 / .9) 38%, rgb(6 24 40 / .28) 76%, rgb(6 24 40 / .12) 100%),
    linear-gradient(0deg, rgb(4 16 29 / .55), transparent 45%);
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: max(2rem, calc((100vw - var(--container)) / 2));
  bottom: -8rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgb(255 255 255 / .025), 0 0 0 8rem rgb(255 255 255 / .018);
  content: "";
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(6rem, 12vw, 9rem);
  padding-bottom: 4rem;
}

.hero h1 {
  max-width: 54rem;
  margin-bottom: 1.5rem;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(3.1rem, 6.2vw, 6.15rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.hero__text {
  max-width: 39rem;
  margin-bottom: 1.2rem;
  color: #d8e8f1;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.hero__statement {
  margin: 0 0 2.25rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.hero__actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.hero__actions .button { padding: .9rem 1.5rem; }
.button--ghost { color: #fff; border: 1px solid rgb(255 255 255 / .55); background: rgb(5 20 34 / .28); }
.button--ghost:hover { background: rgb(255 255 255 / .12); }

.hero__capabilities {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 3.5rem 0 0;
  color: #d7e3eb;
  list-style: none;
}

.hero__capabilities li {
  padding: .2rem 1.35rem;
  border-left: 1px solid rgb(255 255 255 / .28);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.hero__capabilities li:first-child { padding-left: 0; border-left: 0; }

.trust-strip { color: #fff; background: var(--accent); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip__grid > div { display: grid; gap: .1rem; min-height: 6.4rem; padding: 1.25rem 2rem; border-left: 1px solid rgb(255 255 255 / .28); align-content: center; }
.trust-strip__grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-strip__grid b { font-size: .68rem; letter-spacing: .16em; opacity: .78; }
.trust-strip__grid span { font-size: .96rem; font-weight: 700; }

.client-proof {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--night);
}

.client-proof::after {
  position: absolute;
  top: -13rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: 50%;
  content: "";
}

.client-proof .container { position: relative; z-index: 1; }
.client-proof__heading { max-width: 54rem; margin-bottom: 3.5rem; }
.client-proof__heading h2 { max-width: 47rem; margin-bottom: 0; color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.045em; text-wrap: balance; }

.client-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid rgb(255 255 255 / .16);
  border-left: 1px solid rgb(255 255 255 / .16);
  list-style: none;
}

.client-proof__grid li {
  display: grid;
  min-height: 12rem;
  grid-template-columns: 3.1rem 1fr;
  gap: 1rem;
  padding: 1.6rem;
  border-right: 1px solid rgb(255 255 255 / .16);
  border-bottom: 1px solid rgb(255 255 255 / .16);
  align-items: start;
  transition: background .2s, transform .2s;
}

.client-proof__grid li:hover { background: rgb(255 255 255 / .055); }
.client-proof__grid li > span { color: var(--accent); font-family: Georgia, serif; font-size: 1.65rem; line-height: 1; }
.client-proof__grid li > div { align-self: end; }
.client-proof__grid small { display: block; margin-bottom: .55rem; color: #7890a0; font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.client-proof__grid h3 { max-width: 15rem; margin: 0; color: #fff; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.35; }
.client-proof__footer { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding-top: 2.25rem; color: #6f8797; font-size: .65rem; font-weight: 700; letter-spacing: .12em; }

.about { background: #fff; }
.about__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); gap: clamp(3.5rem, 9vw, 8rem); align-items: center; }
.about__visual { position: relative; min-height: 33rem; overflow: hidden; background: #0d1c2b; }
.about__visual::before { position: absolute; z-index: 1; inset: 1rem; border: 1px solid rgb(255 255 255 / .35); content: ""; pointer-events: none; }
.about__visual img { width: 100%; height: 100%; min-height: 33rem; object-fit: cover; transition: transform .6s ease; }
.about__visual:hover img { transform: scale(1.025); }
.about__visual-caption { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; color: #fff; background: rgb(7 22 38 / .9); backdrop-filter: blur(8px); }
.about__visual-caption b { color: #fff; letter-spacing: .12em; }
.about__visual-caption span { color: #c7d5df; font-size: .75rem; }
.about__content h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); letter-spacing: -.04em; }
.about__content > p:not(.section-label) { max-width: 36rem; color: var(--muted); font-size: 1rem; }

.about__services { display: grid; padding: 0; margin: 2rem 0 2.2rem; border-top: 1px solid var(--line); list-style: none; }
.about__services li { display: grid; grid-template-columns: 7rem 1fr; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.about__services b { color: var(--night); font-size: .86rem; }
.about__services span { color: var(--muted); font-size: .82rem; }

.section-heading { display: flex; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; align-items: end; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.25rem); letter-spacing: -.045em; }
.section-heading > p { max-width: 30rem; margin: 0; color: var(--muted); font-size: .92rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.product-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #e0e9ef; box-shadow: 0 .2rem 0 rgb(16 42 67 / .02); transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { border-color: #b7cbd7; box-shadow: 0 1.2rem 2.5rem rgb(16 42 67 / .11); transform: translateY(-6px); }
.product-card__image { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1.22 / 1; padding: 1.2rem; color: #7296ad; background: linear-gradient(150deg, #fff, #f6f9fb); }
.product-card__image span { color: rgb(16 42 67 / .26); font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.product-card__image small { font-size: .62rem; letter-spacing: .06em; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; border-top: 1px solid #eef3f6; }
.product-card h3 { margin-bottom: .65rem; font-size: 1.08rem; }
.product-card p { flex: 1; color: var(--muted); font-size: .82rem; }
.product-card__link { color: var(--accent); font-size: .8rem; font-weight: 700; }

.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.solution-card { position: relative; display: flex; min-height: 27rem; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.6rem; color: #fff; background: var(--night); }
.solution-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.solution-card:hover img { transform: scale(1.035); }
.solution-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(5 19 32 / .25), rgb(5 19 32 / .94)); }
.solution-card__number { position: relative; z-index: 1; display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgb(255 255 255 / .4); border-radius: 50%; color: #fff; font-family: Georgia, serif; font-size: .92rem; }
.solution-card__content { position: relative; z-index: 1; max-width: 32rem; }
.solution-card h3 { margin-bottom: .75rem; color: #fff; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.solution-card p { color: #c4d1d9; font-size: .86rem; }
.solution-card__content > span { color: #fff; font-size: .78rem; font-weight: 700; }
.solution-card__content b { margin-left: .4rem; color: var(--accent); font-size: 1rem; }

.contact-section { padding: 6rem 0; background: #e6f0f5; }
.contact-section__inner { display: flex; justify-content: space-between; gap: 4rem; align-items: end; }
.contact-section h2 { max-width: 40rem; font-size: clamp(2.5rem, 4.7vw, 4.5rem); letter-spacing: -.045em; }
.contact-section__inner > div > p:not(.section-label) { max-width: 36rem; color: var(--muted); }
.contact-details { display: grid; min-width: min(100%, 27rem); gap: .55rem; padding: 1.75rem 2rem; border-left: 4px solid var(--accent); color: var(--night); background: rgb(255 255 255 / .55); font-style: normal; }
.contact-details small { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .12em; }
.contact-details a { font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 700; letter-spacing: .02em; }
.contact-details span { font-size: .85rem; font-weight: 700; }

@media (max-width: 960px) {
  .client-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { gap: 3rem; }
}

@media (max-width: 760px) {
  .hero { min-height: 41rem; }
  .hero::before { background: linear-gradient(90deg, rgb(4 16 29 / .9), rgb(4 16 29 / .62)); }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .hero__capabilities { margin-top: 2.5rem; }
  .hero__capabilities li { padding: .2rem .75rem; font-size: .67rem; letter-spacing: .06em; }
  .trust-strip__grid { grid-template-columns: 1fr; padding: .5rem 0; }
  .trust-strip__grid > div, .trust-strip__grid > div:first-child { min-height: 4.2rem; padding: .7rem 0; border-left: 0; border-bottom: 1px solid rgb(255 255 255 / .25); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .client-proof__grid { grid-template-columns: 1fr 1fr; }
  .client-proof__grid li { min-height: 10rem; grid-template-columns: 2.4rem 1fr; padding: 1.2rem; }
  .client-proof__footer { display: grid; }
  .client-proof__footer > span { display: none; }
  .about__grid, .contact-section__inner { display: grid; grid-template-columns: 1fr; }
  .about__visual, .about__visual img { min-height: 23rem; }
  .about__visual-caption { display: grid; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 23rem; }
  .contact-section__inner { align-items: start; }
}

@media (max-width: 480px) {
  .hero__capabilities { display: grid; grid-template-columns: 1fr 1fr 1fr; }
  .hero__capabilities li { padding: .2rem .45rem; text-align: center; }
  .client-proof__grid { grid-template-columns: 1fr; }
  .client-proof__grid li { min-height: 8rem; }
  .about__services li { grid-template-columns: 1fr; gap: .25rem; }
  .product-grid { grid-template-columns: 1fr; }
}
