/* First-viewport replica: header + hero + trust strip. Loaded last. */

.site-header {
  height: 72px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 234, 246, 0.9);
  box-shadow: none;
}

.nav-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  flex: 1 1 0;
  min-width: 196px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 0;
}

.desktop-nav a {
  padding: 24px 0 20px;
  color: #2b3a52;
  font-size: 15px;
  font-weight: 500;
}

.desktop-nav a::after {
  right: 12%;
  left: 12%;
  bottom: 16px;
  height: 2px;
  border-radius: 99px;
}

.desktop-nav a.is-active,
.desktop-nav a[aria-current="location"] {
  color: #1f5eff;
  font-weight: 600;
}

.nav-actions {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
}

.nav-text-link {
  color: #2b3a52;
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease;
}

.nav-text-link:hover,
.nav-text-link:focus-visible {
  color: #1f5eff;
}

.nav-cta {
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #2f6bff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
}

.nav-cta:hover {
  background: #1f56e6;
  box-shadow: 0 8px 16px rgba(47, 107, 255, 0.22);
}

.mobile-menu {
  top: 72px;
}

.section-blue {
  background:
    radial-gradient(ellipse 56% 70% at 78% 46%, rgba(168, 210, 255, 0.42) 0%, rgba(168, 210, 255, 0) 68%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 48%, #f4f8ff 100%);
}

.section-blue::before,
.section-blue::after,
.hero-visual::before,
.hero-orbit {
  display: none;
}

.hero-grid {
  min-height: 560px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 28px;
  padding: 36px 0 20px;
}

.hero-copy {
  max-width: 560px;
  padding-top: 0;
}

.hero-eyebrow {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 18px;
  color: #1d4fd8;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-eyebrow b {
  color: #1d4fd8;
  font-size: 15px;
  font-weight: 600;
}

.hero-copy h1,
.section-blue h1 {
  max-width: 520px;
  margin-bottom: 20px;
  color: #14213d;
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.hero-copy h1 em,
.section-blue h1 em {
  color: #2f6bff;
}

.hero-copy > p {
  max-width: 488px;
  color: #5b6b82;
  font-size: 16px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-actions .btn {
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}

.hero-actions .btn-primary {
  gap: 10px;
  min-width: 168px;
  background: linear-gradient(90deg, #2a62ff 0%, #4aa0ff 100%);
  box-shadow: 0 12px 24px rgba(47, 107, 255, 0.24);
}

.hero-actions .btn-primary:hover {
  background: linear-gradient(90deg, #1f56e6 0%, #3b8ff2 100%);
  box-shadow: 0 14px 28px rgba(47, 107, 255, 0.28);
}

.hero-actions .btn-primary > .action-arrow {
  display: none;
}

.hero-arrow {
  display: block;
  flex: none;
}

.hero-actions .btn-outline {
  gap: 10px;
  min-width: 176px;
  border-color: #8eb4f3;
  background: #fff;
  color: #1b4fd4;
  box-shadow: none;
}

.hero-actions .btn-outline:hover {
  border-color: #1b4fd4;
  background: #eef4ff;
  box-shadow: none;
}

.play-icon {
  display: grid;
  width: 22px;
  height: 22px;
  flex: none;
  place-items: center;
  color: #2f6bff;
}

.play-icon svg {
  display: block;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: #5d6f88;
  font-size: 13px;
  font-weight: 500;
}

.hero-proof > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.hero-proof .proof-check,
.proof-check {
  display: block;
  width: 16px;
  height: 16px;
  color: #2f6bff;
  background: none;
  border-radius: 0;
  font-size: 0;
}

.hero-visual {
  position: relative;
  height: 520px;
  min-width: 0;
  overflow: visible;
  transform: none;
}

.hero-material {
  position: absolute;
  inset: -6% -4% -2%;
  width: 108%;
  max-width: none;
  height: 108%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 28px rgba(47, 101, 202, 0.12));
  animation: hero-float 6.4s ease-in-out infinite;
}

.hero-node {
  display: none;
}

.trust-strip {
  background: #fff;
  border-top: 1px solid #e6eef8;
  border-bottom: 1px solid #e6eef8;
  padding: 0;
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 112px;
  gap: 0;
  padding: 10px 0;
}

.trust-item {
  display: flex;
  min-width: 0;
  min-height: 80px;
  align-items: center;
  gap: 16px;
  padding: 12px 22px;
}

.trust-item + .trust-item {
  border-left: 1px solid #e4edf7;
}

.trust-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: none;
  place-items: center;
  color: #3b82f6;
}

.trust-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.trust-item img {
  display: none;
}

.trust-item strong {
  display: block;
  color: #1e335c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.trust-item small {
  display: block;
  margin-top: 5px;
  color: #4d5f76;
  font-size: 13px;
  line-height: 1.45;
}

.video-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
}

.video-dialog::backdrop {
  background: rgba(15, 28, 56, 0.46);
}

.video-dialog-card {
  position: relative;
  padding: 32px 32px 28px;
  border: 1px solid #dce8f8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 44, 92, 0.18);
}

.video-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #f3f6fb;
  color: #334155;
}

.video-dialog-close:hover {
  background: #e8eef8;
}

.video-dialog-kicker {
  margin: 0 0 8px;
  color: #2f6bff;
  font-size: 13px;
  font-weight: 700;
}

.video-dialog-card h2 {
  margin: 0 0 12px;
  color: #14213d;
  font-size: 26px;
  line-height: 1.3;
}

.video-dialog-card p {
  margin: 0 0 22px;
  color: #5b6b82;
  font-size: 15px;
  line-height: 1.7;
}

.video-dialog-card .btn {
  border-radius: 999px;
}

@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 22px; }
  .hero-grid { gap: 12px; }
  .hero-visual { height: 440px; }
  .trust-item { padding: 8px 12px; }
  .trust-item small { font-size: 11px; }
}

@media (max-width: 980px) {
  .nav-text-link { display: none; }

  .trust-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding: 6px 0;
  }

  .trust-item {
    min-height: 72px;
    padding: 12px 16px;
  }

  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(n + 3) { border-top: 1px solid #e4edf7; }
}

@media (max-width: 760px) {
  .site-header,
  .nav-wrap { height: 64px; }
  .desktop-nav,
  .nav-actions { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { top: 64px; }
  .brand { min-width: 0; }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0 18px;
  }

  .hero-copy h1,
  .section-blue h1 {
    max-width: none;
    font-size: clamp(34px, 10vw, 44px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-visual { height: 280px; }
  .hero-material {
    inset: 0 -8%;
    width: 116%;
    height: 100%;
  }

  .trust-item small {
    max-width: 18ch;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-material { animation: none; }
}
