:root {
  --navy: #071f50;
  --navy-soft: #12366f;
  --blue: #0877c8;
  --blue-pale: #dceeff;
  --white: #ffffff;
  --text-muted: #6c7a91;
  --shadow: 0 24px 70px rgba(7, 31, 80, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #edf5ff;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--navy);
  background:
    radial-gradient(circle at 50% -15%, rgba(255,255,255,.98) 0 25%, rgba(255,255,255,.74) 46%, transparent 68%),
    linear-gradient(155deg, #f5f9ff 0%, #ffffff 48%, #e7f3ff 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.landing {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.decor {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.decor--top {
  width: 19rem;
  height: 19rem;
  top: -11rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(8,119,200,.18), rgba(8,119,200,0) 70%);
}

.decor--bottom {
  width: 25rem;
  height: 25rem;
  left: -14rem;
  bottom: -15rem;
  border: 1px solid rgba(8,119,200,.16);
  box-shadow:
    0 0 0 26px rgba(8,119,200,.035),
    0 0 0 54px rgba(8,119,200,.025);
}

.hero {
  width: min(100%, 72rem);
  min-height: 100svh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: max(2rem, env(safe-area-inset-top)) 1.35rem max(1.4rem, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hero__content {
  width: 100%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__eyebrow {
  margin: 0 0 .85rem;
  padding: .48rem .85rem;
  border: 1px solid rgba(8,119,200,.16);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(7,31,80,.05);
  backdrop-filter: blur(10px);
}

.hero__title {
  max-width: 18ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 10.2vw, 4.9rem);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero__status {
  width: min(100%, 25rem);
  margin: 1.45rem 0 0;
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: .8rem;
  color: var(--blue);
  font-size: clamp(1.1rem, 5vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}

.hero__status span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8,119,200,.55));
}

.hero__status span:last-child {
  background: linear-gradient(90deg, rgba(8,119,200,.55), transparent);
}

.hero__logo-wrap {
  width: 100%;
  margin-top: 1.7rem;
  padding: 1.1rem .85rem;
  border: 1px solid rgba(7,31,80,.08);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero__logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.technology {
  width: 100%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}

.technology__label {
  color: var(--text-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.technology__logo {
  width: min(9.8rem, 48vw);
  height: auto;
}

@media (min-width: 640px) {
  .hero {
    padding-inline: 2.5rem;
  }

  .hero__content {
    max-width: 58rem;
  }

  .hero__logo-wrap {
    margin-top: 2rem;
    padding: 1.4rem 1.8rem;
    border-radius: 2rem;
  }

  .technology__logo {
    width: 11.5rem;
  }
}

@media (min-width: 900px) {
  .hero {
    padding-top: 3.25rem;
    padding-bottom: 2rem;
  }

  .hero__title {
    max-width: 22ch;
  }

  .hero__logo-wrap {
    width: min(100%, 52rem);
  }
}

@media (max-height: 720px) and (max-width: 639px) {
  .hero {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    gap: 1rem;
  }

  .hero__eyebrow {
    margin-bottom: .55rem;
  }

  .hero__status {
    margin-top: .9rem;
  }

  .hero__logo-wrap {
    margin-top: 1rem;
    padding: .8rem;
  }

  .technology {
    padding-top: .3rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__content {
    animation: reveal .7s ease-out both;
  }

  .technology {
    animation: reveal .7s .12s ease-out both;
  }

  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
