/* Launch refinements: responsive navigation, mobile typography and trust content */
.menu {
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  border-radius: 10px;
}

.mobile-contact {
  display: none;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.proof-card {
  min-height: 260px;
}

.proof-card blockquote {
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin: 38px 0 24px;
}

.proof-card cite {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.proof-card cite b {
  display: block;
  color: #fff;
}

.trust-note {
  color: var(--muted);
  font-size: 14px;
  margin-top: 24px;
}

.legal-copy {
  max-width: 820px;
}

.legal-copy h2 {
  font-size: 28px;
  margin: 42px 0 12px;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted);
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.footer-policy-links a {
  margin: 0;
}

@media (max-width: 950px) {
  .links {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 45px rgba(0, 0, 0, .3);
  }

  .links a {
    font-size: 16px;
    padding: 10px 0;
  }

  .links .mobile-contact {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
    padding: 13px 16px;
    border-radius: 12px;
    background: var(--gold);
    color: #091321;
    font-weight: 800;
  }

  .menu {
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--line);
    font-size: 25px;
    line-height: 1;
  }

  .hero-inner {
    gap: 34px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav {
    min-height: 70px;
    gap: 12px;
  }

  .links {
    top: 70px;
  }

  .hero-small {
    padding: 68px 0 58px;
  }

  .hero-small h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1.04;
  }

  .lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-note {
    margin: 0;
  }

  .section {
    padding: 66px 0;
  }

  .section-head {
    gap: 24px;
    margin-bottom: 34px;
  }

  .section-head h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .card {
    min-height: 0;
    padding: 26px;
  }

  .card h3 {
    margin-top: 34px;
  }

  .logo {
    font-size: 15px;
  }

  .logo span {
    display: block;
    max-width: 155px;
    line-height: 1.15;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .contact-band .btn {
    width: 100%;
  }

  .home-hero {
    background-position: 68% center;
  }

  .company-hero {
    background-position: 66% center;
  }

  .image-hero {
    background-position: 68% center;
  }

  .leader-card {
    gap: 26px;
    padding: 26px;
  }
}

@media (max-width: 380px) {
  .logo span {
    max-width: 118px;
    font-size: 13px;
  }

  .hero-small h1 {
    font-size: 34px;
  }
}

@media (hover: none) {
  .card:hover {
    transform: none;
  }

  .card:hover::before {
    transform: translateX(-65%);
  }
}

.service-visual { margin-top: -46px; position: relative; z-index: 2; }
.service-visual figure { margin: 0; overflow: hidden; border: 1px solid rgba(217,171,84,.28); border-radius: 28px; background: #09182a; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.service-visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.service-visual figcaption { display: flex; justify-content: space-between; gap: 24px; padding: 18px 22px; color: #c7d1df; background: linear-gradient(90deg,rgba(9,24,42,.98),rgba(19,38,60,.98)); font-size: .92rem; }
.service-visual figcaption strong { color: #e2b45d; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; }
@media (max-width: 700px) {
  .service-visual { margin-top: -22px; }
  .service-visual figure { border-radius: 20px; }
  .service-visual figcaption { display: block; padding: 15px 16px; }
  .service-visual figcaption strong { display: block; margin-bottom: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .card {
    translate: none !important;
  }
}
