.hero {
  position: relative;
  min-height: min(100vh, 920px);
  min-height: min(100dvh, 920px);
  display: grid;
  align-items: center;
  padding: calc(var(--nav-h) + 2.5rem) 0 3.5rem;
  overflow: hidden;
  color: #f4fbfa;
  background: #07151b;
}

.hero__media {
  position: absolute;
  inset: 0;
  background-color: #07151b;
}

.hero__picture,
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__bg {
  object-fit: cover;
  object-position: center right;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7, 21, 27, 0.88) 0%, rgba(7, 21, 27, 0.55) 48%, rgba(7, 21, 27, 0.35) 100%);
  pointer-events: none;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232, 244, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 244, 242, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 70% 45%, black 15%, transparent 68%);
}

.hero__wave {
  position: absolute;
  border: 2px solid rgba(0, 180, 166, 0.28);
  border-radius: 50%;
  animation: drift 5s ease-in-out infinite alternate;
}

.hero__wave--1 {
  width: 34vw;
  height: 34vw;
  right: -4vw;
  top: 18vh;
  animation-delay: 0s;
}

.hero__wave--2 {
  width: 46vw;
  height: 46vw;
  right: -8vw;
  top: 10vh;
  opacity: 0.65;
  animation-delay: 0.4s;
}

.hero__wave--3 {
  width: 60vw;
  height: 60vw;
  right: -14vw;
  top: 2vh;
  opacity: 0.35;
  animation-delay: 0.8s;
  animation: drift 6s ease-in-out infinite alternate, pulse-line 4s ease-in-out infinite;
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.hero__content {
  max-width: 34rem;
}

.hero__brand {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.85rem;
}

.hero h1 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  max-width: 22ch;
  color: #d7efeb;
}

.hero__lead {
  margin-top: 1.15rem;
  max-width: 42ch;
  color: #a9c4c8;
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.hero .hero__ghost,
a.btn.hero__ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f4fbfa !important;
  border: 1.5px solid rgba(244, 251, 250, 0.55);
  backdrop-filter: blur(6px);
}

.hero .hero__ghost:hover,
a.btn.hero__ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff !important;
}

.section-cta {
  margin-top: 2rem;
}

.stats-band {
  background: var(--ink);
  color: #fff;
  padding: 3rem 0;
}

.stats-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  color: var(--teal);
}

.stat span {
  color: #9fb4ba;
  font-size: 0.95rem;
}

.who__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.how__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.how {
  padding-top: 0;
}

.visual-panel {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.visual-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.visual-panel--wide {
  background: transparent;
}

.visual-panel--circle {
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  display: grid;
  place-items: center;
}

.visual-panel--circle img {
  width: min(100%, 420px);
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.trust__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 1.75rem;
  display: grid;
  gap: 0.7rem;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--ink-soft);
}

.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--teal);
}

.trust__list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.trust__list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
  font-size: 1.05rem;
}

.cta-band {
  background:
    linear-gradient(120deg, rgba(0, 180, 166, 0.16), transparent 50%),
    #e5f2ef;
  padding: 4rem 0;
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  max-width: 18ch;
}

.cta-band__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.cta-band__contact:hover {
  transform: translateY(-4px);
}

.cta-band__contact-img {
  width: clamp(7.5rem, 14vw, 10rem);
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    align-items: start;
    padding-bottom: 2.5rem;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero__bg {
    object-position: center center;
  }

  .hero__content {
    max-width: none;
    width: 100%;
  }

  .hero h1,
  .hero__lead {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .who__grid,
  .how__grid,
  .trust__grid,
  .stats-band__grid,
  .cta-band__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .how__grid {
    direction: ltr;
  }

  .how__grid .visual-panel {
    order: -1;
  }

  .hero__wave--1,
  .hero__wave--2,
  .hero__wave--3 {
    width: 90vw;
    height: 90vw;
    right: -30vw;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .cta-band__inner {
    text-align: center;
    justify-items: center;
  }

  .cta-band h2 {
    max-width: none;
  }

  .stats-band__grid {
    gap: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: calc(var(--nav-h) + 1.5rem);
  }

  .cta-band__contact-img {
    width: 6.5rem;
  }
}
