/* Homepage header and footer shared by every page. */
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin.c940764593d0.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin.c940764593d0.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
header[data-movo-shell="header"] {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  display: flex;
  width: min(1280px, calc(100% - 80px));
  min-height: 60px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  color: #fff;
  background: transparent;
}
header[data-movo-shell="header"]::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  z-index: -1;
  width: 100vw;
  height: 60px;
  transform: translateX(-50%);
  background: rgba(10, 9, 12, .9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
header[data-movo-shell="header"] a { color: inherit; text-decoration: none; }
header[data-movo-shell="header"] .brand,
header[data-movo-shell="header"] .nav-links,
header[data-movo-shell="header"] .nav-actions,
header[data-movo-shell="header"] .btn { display: inline-flex; align-items: center; }
header[data-movo-shell="header"] .page1-brand { width: 140px; height: 23px; }
header[data-movo-shell="header"] .brand-mark,
header[data-movo-shell="header"] .brand-mark img { display: block; width: 140px; height: 23px; }
header[data-movo-shell="header"] .nav-links { gap: 100px; color: #fff; font: 500 16px/1.2 Inter, sans-serif; letter-spacing: .8px; }
header[data-movo-shell="header"] .nav-links a { opacity: .6; transition: opacity 180ms ease, color 180ms ease; }
header[data-movo-shell="header"] .nav-links a:hover { opacity: 1; color: #fff; }
header[data-movo-shell="header"] .get-started-button {
  display: inline-flex;
  width: 136px;
  height: 38px;
  min-width: 136px;
  min-height: 38px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(270deg, #8b5cf6 0%, #6623fe 100%);
  font: 700 13px/1 Inter, sans-serif;
}
header[data-movo-shell="header"] .get-started-button::after { content: none; }
header[data-movo-shell="header"] .get-started-button .arrow-icon { width: 0; height: 20px; margin-left: 0; opacity: 0; transition: width 180ms ease, margin-left 180ms ease, opacity 180ms ease; }
header[data-movo-shell="header"] .get-started-button:hover .arrow-icon { width: 20px; margin-left: 10px; opacity: 1; }

footer[data-movo-shell="footer"] {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 340px;
  margin-top: 0;
  padding: 40px 24px;
  flex-direction: column;
  gap: 28px;
  color: rgba(255, 255, 255, .8);
  background: #09090c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
footer[data-movo-shell="footer"] a { color: inherit; text-decoration: none; }
footer[data-movo-shell="footer"] .site-footer-inner { display: contents; }
footer[data-movo-shell="footer"] .site-footer-main { display: grid; width: min(1520px, 100%); min-height: 184px; margin: 0 auto; grid-template-columns: 173px minmax(0, 1fr); gap: 80px; align-items: start; }
footer[data-movo-shell="footer"] .site-footer-brand { display: flex; width: 173px; flex-direction: column; align-items: flex-start; }
footer[data-movo-shell="footer"] .site-footer-brand .brand-mark,
footer[data-movo-shell="footer"] .site-footer-brand .brand-mark img { display: block; width: 140px; height: 23px; }
footer[data-movo-shell="footer"] .site-footer-brand p { margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 16px; font-weight: 700; line-height: normal; }
footer[data-movo-shell="footer"] .site-footer-socials { display: flex; gap: 8px; margin-top: 18px; }
footer[data-movo-shell="footer"] .site-footer-socials a { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); }
footer[data-movo-shell="footer"] .site-footer-socials a:hover { color: #fff; background: rgba(139,92,246,.7); transform: translateY(-2px); }
footer[data-movo-shell="footer"] .site-footer-socials svg { width: 16px; height: 16px; fill: currentColor; }
footer[data-movo-shell="footer"] .site-footer-links { display: grid; width: 100%; min-width: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3.6vw, 72px); align-items: start; }
footer[data-movo-shell="footer"] .site-footer-group { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; white-space: nowrap; }
footer[data-movo-shell="footer"] .site-footer-group strong { margin-bottom: 16px; color: #fffafa; font-size: 24px; font-weight: 500; line-height: normal; }
footer[data-movo-shell="footer"] .site-footer-group a,
footer[data-movo-shell="footer"] .site-footer-group span { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 400; line-height: 30px; }
footer[data-movo-shell="footer"] .site-footer-group a { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 400; line-height: 30px; }
footer[data-movo-shell="footer"] .site-footer-company { min-width: 260px; }
footer[data-movo-shell="footer"] .site-footer-divider { width: min(1520px, 100%); height: 1px; margin: 0 auto; background: rgba(255,255,255,.2); }
footer[data-movo-shell="footer"] .site-footer-bottom { display: flex; width: min(1520px, 100%); margin: 0 auto; padding-right: 64px; align-items: center; justify-content: space-between; color: #bfbaca; font-size: 12px; }
footer[data-movo-shell="footer"] .site-footer-bottom p { margin: 0; }
footer[data-movo-shell="footer"] .site-footer-from { display: flex; gap: 8px; align-items: center; font-size: 14px; }
footer[data-movo-shell="footer"] .site-footer-from b { display: inline-flex; gap: 4px; align-items: center; color: #fff; font-size: 12px; }
footer[data-movo-shell="footer"] .site-footer-from svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; }
footer[data-movo-shell="footer"] .site-footer-back-top { position: absolute; right: 24px; bottom: 24px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 8px; color: #fff; background: rgba(255,255,255,.2); }
footer[data-movo-shell="footer"] .site-footer-back-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
@media (max-width: 1100px) {
  footer[data-movo-shell="footer"] { min-height: 0; padding: 56px 40px 36px; }
  footer[data-movo-shell="footer"] .site-footer-main { grid-template-columns: 1fr; gap: 44px; }
  footer[data-movo-shell="footer"] .site-footer-brand { width: 100%; }
  footer[data-movo-shell="footer"] .site-footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
}
@media (max-width: 900px) {
  header[data-movo-shell="header"] { width: calc(100% - 40px); min-height: 56px; }
  header[data-movo-shell="header"]::before { height: 56px; }
  header[data-movo-shell="header"] .nav-links { display: none; }
}
@media (max-width: 640px) {
  header[data-movo-shell="header"] { width: calc(100% - 28px); }
  footer[data-movo-shell="footer"] { padding: 48px 16px 32px; }
  footer[data-movo-shell="footer"] .site-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 18px; }
  footer[data-movo-shell="footer"] .site-footer-group strong { margin-bottom: 14px; font-size: 22px; }
  footer[data-movo-shell="footer"] .site-footer-group a,
  footer[data-movo-shell="footer"] .site-footer-group span { font-size: 13px; line-height: 26px; }
  footer[data-movo-shell="footer"] .site-footer-company { grid-column: 1 / -1; }
  footer[data-movo-shell="footer"] .site-footer-bottom { padding-right: 0; gap: 16px; align-items: flex-start; flex-direction: column; }
}
