/* FrostNodes ana sayfa — yalnızca gereksiz harici linkler (layout/animasyon dokunulmaz) */

.nav-banner-wrap {
  display: none !important;
}

/* Footer harici Webflow linkleri */
.g-footer-list a[href*="help.webflow"],
.g-footer-list a[href*="university.webflow"],
.g-footer-list a[href*="developers.webflow"],
.g-footer-list a[href*="community.webflow"],
.g-footer-list a[href*="status.webflow"],
.g-footer-list a[href*="wishlist.webflow"],
.g-footer-list a[href*="shop.webflow"],
.g-footer-list a[href*="youtube.com/webflow"],
.g-footer-list a[href*="x.com/webflow"],
.g-footer-list a[href*="facebook.com/webflow"],
.g-footer-list a[href*="linkedin.com/company/webflow"],
.g-footer-list a[href*="instagram.com/webflow"],
.g-footer-list a[href*="tiktok.com/@webflow"] {
  display: none !important;
}

.g-footer-list li:has(a[href*="help.webflow"]),
.g-footer-list li:has(a[href*="university.webflow"]),
.g-footer-list li:has(a[href*="developers.webflow"]),
.g-footer-list li:has(a[href*="community.webflow"]),
.g-footer-list li:has(a[href*="status.webflow"]),
.g-footer-list li:has(a[href*="wishlist"]),
.g-footer-list li:has(a[href*="shop.webflow"]) {
  display: none !important;
}
