html {
  scroll-behavior: smooth;
}

body {
  background: #fafafa;
  color: #363636;
}

.hero.is-light-custom {
  background: #f6f9fc;
}

.navbar {
  border-bottom: 1px solid #e8e8e8;
}

.section-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.footer {
  background: #f5f5f5;
}

.cookie-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  z-index: 999;
}

.disclaimer-box {
  border-left: 4px solid #3273dc;
  background: #f5f9ff;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.anchor-menu {
  margin-bottom: 2rem;
}

.anchor-menu a {
  margin-right: 15px;
}
