@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

body .public-shell-container {
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}

body .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 59, 41, 0.1);
  background: rgba(238, 241, 234, 0.86);
  box-shadow: none;
  color: #13201a;
  font-family: 'Space Grotesk', sans-serif;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0;
  gap: 24px;
}

body .brand,
body .landing-footer-brand {
  display: flex;
  align-items: center;
}

body .brand {
  flex: none;
  color: #13201a;
  text-decoration: none;
}

body .vydai-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  line-height: 1;
}

body .vydai-brand-logo__mark {
  display: block;
  width: 42px;
  height: auto;
  flex: none;
}

body .vydai-brand-logo__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body .vydai-brand-logo__word {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.95;
}

body .vydai-brand-logo__tagline {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body .topbar-nav-desktop,
body .topbar-actions {
  display: flex;
  align-items: center;
}

body .topbar-nav-desktop {
  gap: 28px;
}

body .topbar-actions {
  flex: none;
  gap: 14px;
}

body .topbar-link,
body .topbar-link-secondary {
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #48564e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
}

body .topbar-link {
  position: relative;
  transition: color 150ms ease;
}

body .topbar-link.is-active {
  color: #17392e;
  font-weight: 600;
}

body .topbar-link.is-active::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  background: #a7e52b;
  content: '';
}

body .topbar-link:hover,
body .topbar-link-secondary:hover {
  background: transparent;
  color: #003b29;
}

body .topbar-link-primary,
body .topbar-mobile-link-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  background: #003b29;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 18px;
  text-decoration: none;
  transition: background 150ms ease, transform 150ms ease;
}

body .topbar-link-primary:hover,
body .topbar-mobile-link-primary:hover {
  background: #0a4a34;
  color: #ffffff;
  transform: translateY(-1px);
}

body .topbar-link-arrow {
  display: none;
}

body .language-switch {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #cdd4c6;
  border-radius: 20px;
  background: transparent;
  padding: 0;
}

body .language-switch__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5a665e;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  text-decoration: none;
}

body .language-switch__option.is-active {
  border-radius: 0;
  background: #003b29;
  box-shadow: none;
  color: #ffffff;
}

body .topbar-mobile-shell {
  display: none;
}

body .landing-footer {
  margin: 0;
  background: #06281b;
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  padding: 0;
}

body .landing-footer-inner {
  padding-top: 48px;
  padding-bottom: 32px;
}

body .landing-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 40px;
}

body .landing-footer-copy {
  max-width: 380px;
  margin: 18px 0 0;
  color: #9fc3ad;
  font-size: 13px;
  line-height: 1.8;
}

body .landing-footer-section-title {
  margin: 0;
  color: #c8f560;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

body .landing-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  margin-top: 16px;
}

body .landing-footer-links a {
  color: #cfe0d5;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

body .landing-footer-links a:hover,
body .landing-footer-links a:focus-visible {
  color: #c8f560;
}

body .landing-footer-note {
  margin: 12px 0 0;
  color: #7d9b88;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
}

body .landing-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  color: #7d9b88;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
}

body .landing-footer-meta p {
  margin: 0;
}

body .landing-footer-built {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  border-radius: 999px;
  background: #ffffff;
  color: #17392e;
  padding: 5px 10px 5px 11px;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

body .landing-footer-built:hover,
body .landing-footer-built:focus-visible {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  color: #06281b;
  outline: none;
  transform: translateY(-2px);
}

body .landing-footer-built span {
  color: #66766e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body .landing-footer-built img {
  display: block;
  width: 22px;
  height: 15px;
  object-fit: contain;
}

body .landing-footer-built strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1040px) {
  body .topbar-nav-desktop {
    gap: 18px;
  }

  body .topbar-inner {
    gap: 18px;
  }
}

@media (max-width: 920px) {
  body .topbar-nav-desktop,
  body .topbar-actions {
    display: none;
  }

  body .topbar-mobile-shell {
    display: block;
    position: relative;
  }

  body .topbar-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #003b29;
    border-radius: 9px;
    background: #003b29;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
  }

  body .topbar-menu-button::-webkit-details-marker,
  body .topbar-menu-button::marker {
    display: none;
  }

  body .topbar-mobile-panel {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 28px));
    border: 1px solid rgba(0, 59, 41, 0.12);
    border-radius: 12px;
    background: #eef1ea;
    box-shadow: 0 18px 50px rgba(0, 59, 41, 0.14);
    padding: 14px;
  }

  body .topbar-mobile-links,
  body .topbar-mobile-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  body .topbar-mobile-actions {
    margin-top: 12px;
    border-top: 1px solid rgba(0, 59, 41, 0.1);
    padding-top: 12px;
  }

  body .language-switch--mobile {
    align-self: flex-start;
    margin-bottom: 8px;
  }

  body .topbar-mobile-link {
    border-radius: 8px;
    color: #48564e;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    text-decoration: none;
  }

  body .topbar-mobile-link:hover {
    background: rgba(0, 59, 41, 0.06);
    color: #003b29;
  }

  body .topbar-mobile-link.is-active {
    background: rgba(167, 229, 43, 0.12);
    box-shadow: inset 2px 0 #a7e52b;
    color: #17392e;
    font-weight: 600;
  }
}

@media (max-width: 760px) {
  body .public-shell-container {
    width: min(1100px, calc(100% - 28px));
  }

  body .landing-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body .landing-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
