@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@500,700&display=swap');

.site-shell-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 100px;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  text-align: initial;
}

.site-shell-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}

.site-shell-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-shell-logo img,
.site-shell-footer-logo img {
  display: block;
}

.site-shell-cta {
  background: #0C5CFF;
  color: #FFFFFF;
  font-family: 'Satoshi', 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 46px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  white-space: nowrap;
}

.site-shell-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(12, 92, 255, 0.3);
}

.site-shell-footer {
  width: 100%;
  background: #132356;
  padding: 0 100px;
  margin-top: 64px;
  border: 0;
  color: inherit;
  font-size: initial;
  text-align: left;
}

.site-shell-footer p {
  margin: 0;
}

.site-shell-footer-container {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}

.site-shell-footer-brand {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  align-self: stretch;
}

.site-shell-footer-logo-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-shell-footer-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-shell-footer-copyright,
.site-shell-footer-copyright-mobile,
.site-shell-footer-address {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.3px;
}

.site-shell-footer-address {
  text-align: left;
}

.site-shell-footer-meta-mobile {
  display: none;
}

.site-shell-footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.site-shell-footer-column-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
}

.site-shell-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.site-shell-footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.site-shell-footer-links a:hover {
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .site-shell-header,
  .site-shell-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-shell-footer-container {
    gap: 40px;
  }
}

@media (min-width: 769px) {
  .site-shell-footer-mobile-only,
  .site-shell-footer-copyright-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-shell-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-shell-cta {
    height: 40px;
    padding: 12px 16px;
    font-size: 13px;
  }

  .site-shell-footer {
    padding: 40px 16px;
  }

  .site-shell-footer-container {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }

  .site-shell-footer-brand {
    display: contents;
  }

  .site-shell-footer-logo-wrapper {
    flex: none;
  }

  .site-shell-footer-column {
    gap: 12px;
  }

  .site-shell-footer-links {
    gap: 8px;
  }

  .site-shell-footer-meta-desktop,
  .site-shell-footer-desktop-only {
    display: none;
  }

  .site-shell-footer-meta-mobile {
    display: block;
  }

  .site-shell-footer-copyright-mobile {
    order: 10;
  }
}
