:root {
  --ratio-depth-accent: var(--accent, #4ee6c2);
}

.site-header,
body > header {
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.28),
    inset 0 -1px 0 rgba(78, 230, 194, 0.08);
}

.menu.nav-icons-ready {
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px !important;
}

.menu.nav-icons-ready > a.nav-icon-link {
  position: relative;
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  overflow: visible;
  border: 1px solid rgba(78, 230, 194, 0.16);
  border-radius: 11px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.018) 62%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.22);
  color: var(--muted, #b7b7b7);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.menu.nav-icons-ready > a.nav-icon-link .nav-icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu.nav-icons-ready > a.nav-icon-link .nav-tooltip {
  position: absolute;
  z-index: 1100;
  bottom: calc(100% + 9px);
  left: 50%;
  padding: 6px 10px;
  transform: translate(-50%, 4px);
  border: 1px solid rgba(78, 230, 194, 0.2);
  border-radius: 7px;
  background: #101614;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
  color: #f5fffc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease,
    visibility 140ms ease;
}

.menu.nav-icons-ready > a.nav-icon-link:hover,
.menu.nav-icons-ready > a.nav-icon-link:focus-visible,
.menu.nav-icons-ready > a.nav-icon-link.active,
.menu.nav-icons-ready > a.nav-icon-link[aria-current="page"],
.menu.nav-icons-ready > a.nav-icon-link.tab-active-link {
  border-color: rgba(78, 230, 194, 0.58);
  background: linear-gradient(
    150deg,
    rgba(78, 230, 194, 0.18),
    rgba(78, 230, 194, 0.045) 68%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 5px 13px rgba(0, 0, 0, 0.26),
    0 0 12px rgba(78, 230, 194, 0.07);
  color: var(--ratio-depth-accent);
}

.menu.nav-icons-ready > a.nav-icon-link:hover,
.menu.nav-icons-ready > a.nav-icon-link:focus-visible {
  transform: translateY(-2px);
}

.menu.nav-icons-ready > a.nav-icon-link:hover .nav-tooltip,
.menu.nav-icons-ready > a.nav-icon-link:focus-visible .nav-tooltip {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.menu.nav-icons-ready > a.nav-icon-link:focus-visible {
  outline: 2px solid var(--ratio-depth-accent);
  outline-offset: 3px;
}

.site-header .btn,
body > header .btn {
  box-shadow:
    0 3px 0 rgba(0, 74, 61, 0.52),
    0 8px 18px rgba(78, 230, 194, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.site-header .btn:hover,
body > header .btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 4px 0 rgba(0, 74, 61, 0.48),
    0 11px 22px rgba(78, 230, 194, 0.12);
}

:is(
  .hero-card,
  .price-card,
  .price-box,
  .offer,
  .service-link-card,
  .nouveaute-card,
  .video-box,
  .stat-card,
  .interview-card,
  .contact-card,
  .pricing-card-deploy,
  .faq-item,
  .step,
  .files-box,
  .cta-block,
  .process,
  .sample-report
) {
  transform-style: preserve-3d;
  transition:
    transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 260ms ease,
    border-color 260ms ease;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  :is(
    .hero-card,
    .price-card,
    .price-box,
    .offer,
    .service-link-card,
    .nouveaute-card,
    .video-box,
    .stat-card,
    .interview-card,
    .contact-card,
    .pricing-card-deploy,
    .faq-item,
    .step,
    .files-box,
    .cta-block,
    .process,
    .sample-report
  ):hover,
  :is(
    .hero-card,
    .price-card,
    .price-box,
    .offer,
    .service-link-card,
    .nouveaute-card,
    .video-box,
    .stat-card,
    .interview-card,
    .contact-card,
    .pricing-card-deploy,
    .faq-item,
    .step,
    .files-box,
    .cta-block,
    .process,
    .sample-report
  ):focus-within {
    transform: perspective(1000px) translateY(-3px) rotateX(0.45deg);
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.3),
      0 0 18px rgba(78, 230, 194, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }
}

@media (min-width: 981px) {
  .site-header .menu.nav-icons-ready,
  body > header .menu.nav-icons-ready {
    display: flex !important;
  }

  .site-header .burger,
  body > header .burger {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .site-header .menu.nav-icons-ready,
  body > header .menu.nav-icons-ready {
    display: none !important;
  }

  .site-header .burger,
  body > header .burger {
    display: flex !important;
  }
}

@media (max-width: 560px) {
  .site-header .header-inner,
  body > header .nav {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu.nav-icons-ready > a.nav-icon-link,
  .menu.nav-icons-ready > a.nav-icon-link .nav-tooltip,
  .site-header .btn,
  body > header .btn,
  :is(
    .hero-card,
    .price-card,
    .price-box,
    .offer,
    .service-link-card,
    .nouveaute-card,
    .video-box,
    .stat-card,
    .interview-card,
    .contact-card,
    .pricing-card-deploy,
    .faq-item,
    .step,
    .files-box,
    .cta-block,
    .process,
    .sample-report
  ) {
    transition: none !important;
  }

  :is(
    .hero-card,
    .price-card,
    .price-box,
    .offer,
    .service-link-card,
    .nouveaute-card,
    .video-box,
    .stat-card,
    .interview-card,
    .contact-card,
    .pricing-card-deploy,
    .faq-item,
    .step,
    .files-box,
    .cta-block,
    .process,
    .sample-report
  ):hover,
  :is(
    .hero-card,
    .price-card,
    .price-box,
    .offer,
    .service-link-card,
    .nouveaute-card,
    .video-box,
    .stat-card,
    .interview-card,
    .contact-card,
    .pricing-card-deploy,
    .faq-item,
    .step,
    .files-box,
    .cta-block,
    .process,
    .sample-report
  ):focus-within,
  .menu.nav-icons-ready > a.nav-icon-link:hover {
    transform: none !important;
  }
}